Navigation Menu

Skip to content

Commit

Permalink
Use an exit status of 0
Browse files Browse the repository at this point in the history
Use an exit status `0` showing that the script quit successfully.
  • Loading branch information
Mohnish Thallavajhula committed Dec 19, 2012
1 parent 8faddf9 commit 3110338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spark
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 3110338

Please sign in to comment.