diff --git a/test.sh b/test.sh index f43b4a8..c8dba07 100755 --- a/test.sh +++ b/test.sh @@ -1,7 +1,7 @@ #! /bin/sh -e die () { - echo "$*" + echo "ERROR ERROR: $*" exit 1 }