aboutsummaryrefslogtreecommitdiff
path: root/bin/fnl.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/fnl.sh')
-rw-r--r--bin/fnl.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/fnl.sh b/bin/fnl.sh
index 8d771adb..86e582f1 100644
--- a/bin/fnl.sh
+++ b/bin/fnl.sh
@@ -3,7 +3,7 @@
# Check we have at least one argument
if [ "$#" -eq 0 ] ; then
printf >&2 'fnl: Command needed\n'
- return 2
+ exit 2
fi
# Create a temporary directory; note that we *don't* clean it up on exit