summaryrefslogtreecommitdiffstats
path: root/build/msg.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build/msg.sh')
-rwxr-xr-xbuild/msg.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/build/msg.sh b/build/msg.sh
index 8b4714e..2249125 100755
--- a/build/msg.sh
+++ b/build/msg.sh
@@ -30,6 +30,8 @@ is_quiet() {
case "$flag" in
# Ignore things like --jobserver-auth
--*) continue ;;
+ # Skip variable assignments
+ *=*) break ;;
-*s*) return 0 ;;
esac
done
@@ -57,4 +59,4 @@ if is_loud; then
printf '%s\n' "$*"
fi
-"$@"
+exec "$@"