mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-01-30 16:10:44 +08:00
Updated comparison to work on Linux as well as OSX.
This commit is contained in:
parent
a708984b69
commit
90de6044cc
@ -256,7 +256,7 @@ for t in ${TESTSET} ; do
|
||||
index=`echo "${t}" | sed -n "s/;.*//p" | wc -c`
|
||||
#echo index: $index
|
||||
|
||||
if [ $index == 0 ]; then
|
||||
if [[ ( "$index" == 0 ) ]]; then
|
||||
#echo "No Constraint"
|
||||
constrained=0
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user