mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-04-06 18:00:24 +08:00
Oops. Corrected error properly, should check before I commit.
This commit is contained in:
parent
5dfef32225
commit
98dd736a40
@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
# This shell script tests ncdump for netcdf-4
|
||||
# Ed Hartnett, Dennis Heimbigner, Ward Fisher
|
||||
|
||||
@ -7,7 +7,7 @@ if test "x$srcdir" = x ; then srcdir=`pwd`; fi
|
||||
|
||||
set -e
|
||||
|
||||
ERR {
|
||||
function ERR {
|
||||
RES=$?
|
||||
if [ $RES -ne 0 ]; then
|
||||
echo "Error found: $RES"
|
||||
|
Loading…
x
Reference in New Issue
Block a user