diff trunk/experiments/scripts/cnbh-syllables/feature_generation/run_mfcc_vtln_conversion.sh @ 352:26c7ad278d3c

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