util: fix accidental continue in cosmocc

This commit is contained in:
Connor Olding 2022-10-04 02:52:40 -07:00
parent 6bb35ed5b5
commit 029796299c

View File

@ -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.' \