Updated comparison to work on Linux as well as OSX.

This commit is contained in:
Ward Fisher 2014-01-22 09:53:26 -07:00
parent a708984b69
commit 90de6044cc

View File

@ -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