Skip to content

Commit

Permalink
Merge pull request #57 from mohnish/patch-1
Browse files Browse the repository at this point in the history
Use an exit status of 0
  • Loading branch information
holman committed Dec 19, 2012
2 parents 8faddf9 + 3110338 commit 8edd191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spark
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ EOF
if { [ -z "$1" ] && [ -t 0 ] ; } || [ "$1" == '-h' ] if { [ -z "$1" ] && [ -t 0 ] ; } || [ "$1" == '-h' ]
then then
help help
exit exit 0
fi fi


spark ${@:-`cat`} spark ${@:-`cat`}
Expand Down

0 comments on commit 8edd191

Please sign in to comment.