Commit 21685637634ed31fc8b47f2b1053eec3d56963b1
1 parent
fad685c5b2
Exists in
master
up
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
main_tools/ConfidenceMeasure.sh
... | ... | @@ -102,7 +102,7 @@ |
102 | 102 | mkdir -p $SEGCTM > /dev/null 2>&1 |
103 | 103 | mkdir -p $SUPER_CTM > /dev/null 2>&1 |
104 | 104 | mkdir -p $SCORED_CTM > /dev/null 2>&1 |
105 | -if [ -z $BOOST_BIN ] && [ $ARCH == ".64" ] ; then | |
105 | +if [ -z $BOOST_BIN ] && [ "$ARCH" == ".64" ] ; then | |
106 | 106 | BOOST_BIN=$ROOT/bin/icsiboost-64bit-static-r160 |
107 | 107 | fi |
108 | 108 | if [ -z $BOOST_BIN ] ; then |