Skip to content

Commit 645caa1

Browse files
committed
fix: fix argument parsing for 'APOLLO_OUTSIDE_DOCKER'
1 parent bda6d11 commit 645caa1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

scripts/apollo_base.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -496,9 +496,6 @@ function parse_cmdline_arguments() {
496496
known_bazel_opt=1
497497
;;
498498
-o)
499-
((++pos))
500-
optarg="${!pos}"
501-
known_options="${known_options} ${opt}"
502499
APOLLO_OUTSIDE_DOCKER=1
503500
;;
504501
-c)

0 commit comments

Comments
 (0)