From 029796299c9046aca7922a49a30dc45015411705 Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Tue, 4 Oct 2022 02:52:40 -0700 Subject: [PATCH] util: fix accidental `continue` in cosmocc --- notwa-util/cosmocc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notwa-util/cosmocc b/notwa-util/cosmocc index 266e289..eba369d 100755 --- a/notwa-util/cosmocc +++ b/notwa-util/cosmocc @@ -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.' \