util: fix accidental continue
in cosmocc
This commit is contained in:
parent
6bb35ed5b5
commit
029796299c
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ is_conftest=0
|
|||
for x in "$@"; do
|
||||
[ $any = 1 ] || set --
|
||||
any=1
|
||||
if [ "$x" = --version ]; then continue
|
||||
if [ "$x" = --version ]; then
|
||||
printf '%s\n' \
|
||||
'x86_64-linux-musl-gcc (GCC) 9.2.0' \
|
||||
'Copyright (C) 2019 Free Software Foundation, Inc.' \
|
||||
|
|
Loading…
Add table
Reference in a new issue