Sprunge should call return, not exit on failure now. Otherwise it kills the shell... doh.

This commit is contained in:
Simon Gomizelj 2011-11-28 16:23:46 -05:00 committed by Evan LeCompte (Home)
commit 413b9537af

View file

@ -72,7 +72,7 @@ description, it will NOT generate an error, but will instead treat it as
a text string and upload it.
HERE
exit
return 1
fi
else
syntax="text" # We're dumb in this mode. So, dumb syntax highlighting!