diff experiments/scripts/cnbh-syllables/feature_generation/run_hcopy.sh @ 179:7a9e08430000

- AWS
author tomwalters
date Wed, 11 Aug 2010 11:27:07 +0000
parents f75123cf39ce
children aa4eea1a3568
line wrap: on
line diff
--- a/experiments/scripts/cnbh-syllables/feature_generation/run_hcopy.sh	Wed Aug 11 10:34:57 2010 +0000
+++ b/experiments/scripts/cnbh-syllables/feature_generation/run_hcopy.sh	Wed Aug 11 11:27:07 2010 +0000
@@ -1,7 +1,7 @@
 #!/bin/bash
 
 HCOPY=`which HCopy`
-if [ $HCOPY == "" ]; then
+if [ $HCOPY -eq "" ]; then
   echo "Please build HTK and make the binaries available in the path"
 fi