mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-01-18 15:55:12 +08:00
sh compatibility.
This commit is contained in:
parent
77c3fd023e
commit
40a929575c
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user