sh compatibility.

This commit is contained in:
Ward Fisher 2018-08-13 00:01:53 -06:00
parent 77c3fd023e
commit 40a929575c

View File

@ -7,7 +7,7 @@ if test "x$srcdir" = x ; then srcdir=`pwd`; fi
set -e
ERR {
ERR() {
RES=$?
if [ $RES -ne 0 ]; then
echo "Error found: $RES"