Skip to content

Commit 3110338

Browse files
author
Mohnish Thallavajhula
committed
Use an exit status of 0
Use an exit status `0` showing that the script quit successfully.
1 parent 8faddf9 commit 3110338

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spark

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ EOF
8282
if { [ -z "$1" ] && [ -t 0 ] ; } || [ "$1" == '-h' ]
8383
then
8484
help
85-
exit
85+
exit 0
8686
fi
8787

8888
spark ${@:-`cat`}

0 commit comments

Comments
 (0)