Removed 'function' keyword, non-portable on ARM.

This commit is contained in:
Ward Fisher 2017-12-18 14:49:22 -07:00
parent 84a77be0c4
commit 1703e33c61

View File

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