summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-06-02 21:35:41 -0600
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-06-02 21:35:41 -0600
commit80c990cf48f2c17cb30a77f39ebce18273ed64b0 (patch)
treecf3619995c3f849ba5b6fec98730694512ad87bc
parent3631d01d01391ced593ecb7232f1a102ea28d63e (diff)
fix return/exit mixup in pbs.in
-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-"$@"