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
commit bb90815dd9

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. a text string and upload it.
HERE HERE
exit return 1
fi fi
else else
syntax="text" # We're dumb in this mode. So, dumb syntax highlighting! syntax="text" # We're dumb in this mode. So, dumb syntax highlighting!