mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-21 03:13:42 +08:00
Removed 'function' keyword, non-portable on ARM.
This commit is contained in:
parent
84a77be0c4
commit
1703e33c61
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user