summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZach Holman <zach@zachholman.com>2012-12-19 11:51:52 -0800
committerZach Holman <zach@zachholman.com>2012-12-19 11:51:52 -0800
commit8edd191eb8793c0127826014e6f2cd6b8f22480c (patch)
tree1b87898bbf7090db85c9a823802817ed5f6d05fa
parent8faddf9faf78fe74ac4f48f550e57641381e45a2 (diff)
parent3110338984270c800a2548238f43003dc8b7edbe (diff)
Merge pull request #57 from mohnish/patch-1v1.0.1
Use an exit status of 0
-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`}