summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xpbs.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/pbs.in b/pbs.in
index 2c977b7..0cd4a8d 100755
--- a/pbs.in
+++ b/pbs.in
@@ -8,6 +8,6 @@ export PATH="$PBS_PATH:$PATH"
if [[ $# < 1 ]]; then
pbs-help
- return 1
+ exit 1
fi
pbs-"$@"