summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMohnish Thallavajhula <i@mohni.sh>2012-12-19 11:43:30 -0800
committerMohnish Thallavajhula <i@mohni.sh>2012-12-19 11:43:30 -0800
commit3110338984270c800a2548238f43003dc8b7edbe (patch)
tree1b87898bbf7090db85c9a823802817ed5f6d05fa
parent8faddf9faf78fe74ac4f48f550e57641381e45a2 (diff)
Use an exit status of 0
Use an exit status `0` showing that the script quit successfully.
-rwxr-xr-xspark2
1 files changed, 1 insertions, 1 deletions
diff --git a/spark b/spark
index 6422b43..9041a12 100755
--- a/spark
+++ b/spark
@@ -82,7 +82,7 @@ EOF
if { [ -z "$1" ] && [ -t 0 ] ; } || [ "$1" == '-h' ]
then
help
- exit
+ exit 0
fi
spark ${@:-`cat`}