diff experiments/scripts/cnbh-syllables/feature_generation/run_aimcopy.sh @ 72:f9289a49478d

- AWS (bis)
author tomwalters
date Wed, 11 Aug 2010 11:59:20 +0000
parents 90eebc3c02ca
children 9af3dea75007
line wrap: on
line diff
--- a/experiments/scripts/cnbh-syllables/feature_generation/run_aimcopy.sh	Wed Aug 11 11:52:02 2010 +0000
+++ b/experiments/scripts/cnbh-syllables/feature_generation/run_aimcopy.sh	Wed Aug 11 11:59:20 2010 +0000
@@ -2,7 +2,7 @@
 
 # Test for the existence of AIMCopy in the path
 AIMCOPY=`which AIMCopy`
-if [ $AIMCOPY == "" ]; then
+if [ "$AIMCOPY" == "" ]; then
   echo "Please build AIM-C and make AIMCopy available in the path"
 fi