aboutsummaryrefslogtreecommitdiff
path: root/bin/bcq.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/bcq.sh')
-rw-r--r--bin/bcq.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/bcq.sh b/bin/bcq.sh
index a6c0fe60..1f4f3f9e 100644
--- a/bin/bcq.sh
+++ b/bin/bcq.sh
@@ -1,3 +1,5 @@
# Fire up bc(1), hushing it if it looks like GNU
-[ -e "$HOME"/.cache/sh/opt/bc/quiet ] && set -- --quiet "$@"
+if [ -e "$HOME"/.cache/sh/opt/bc/quiet ] ; then
+ set -- --quiet "$@"
+fi
exec bc "$@"