diff experiments/scripts/cnbh-syllables/feature_generation/run_hcopy.sh @ 182:aa4eea1a3568

- AWS (again!)
author tomwalters
date Wed, 11 Aug 2010 11:52:02 +0000
parents 7a9e08430000
children b44be313367b
line wrap: on
line diff
--- a/experiments/scripts/cnbh-syllables/feature_generation/run_hcopy.sh	Wed Aug 11 11:36:48 2010 +0000
+++ b/experiments/scripts/cnbh-syllables/feature_generation/run_hcopy.sh	Wed Aug 11 11:52:02 2010 +0000
@@ -1,7 +1,7 @@
 #!/bin/bash
 
 HCOPY=`which HCopy`
-if [ $HCOPY -eq "" ]; then
+if [ "$HCOPY" == "" ]; then
   echo "Please build HTK and make the binaries available in the path"
 fi