Minor cleanup, mostly...

This commit is contained in:
Dan Buch
2012-01-02 00:52:00 -05:00
parent 3b82919d3e
commit 04e8529e41
5 changed files with 80 additions and 4 deletions

View File

@@ -2,9 +2,9 @@
if [ -z "$PROCESSING_HOME" ]; then
cat >&2 <<EOM
----------------------------------------------------------------------------
ERROR: You must define "\$PROCESSING_HOME" for the ant build to succeed.
----------------------------------------------------------------------------
----------------------------------------------
ERROR: You must define "\$PROCESSING_HOME"
----------------------------------------------
EOM
exit 1
else