Skip to content

Commit

Permalink
fix: fix argument parsing for 'APOLLO_OUTSIDE_DOCKER'
Browse files Browse the repository at this point in the history
  • Loading branch information
王政 committed Jan 8, 2024
1 parent bda6d11 commit bf44caf
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scripts/apollo_base.sh
Original file line number Diff line number Diff line change
Expand Up @@ -496,9 +496,6 @@ function parse_cmdline_arguments() {
known_bazel_opt=1
;;
-o)
((++pos))
optarg="${!pos}"
known_options="${known_options} ${opt}"
APOLLO_OUTSIDE_DOCKER=1
;;
-c)
Expand Down

0 comments on commit bf44caf

Please sign in to comment.