aboutsummaryrefslogtreecommitdiff
path: root/bin/vex.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/vex.sh')
-rw-r--r--bin/vex.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/vex.sh b/bin/vex.sh
index 8a696577..9e85c567 100644
--- a/bin/vex.sh
+++ b/bin/vex.sh
@@ -6,7 +6,7 @@ fi
"$@"
ex=$?
case $ex in
- 0) op='true' ;;
+ 0) op='true' ;;
*) op='false' ;;
esac
printf '%s\n' "$op"