# HG changeset patch # User tomwalters # Date 1281526027 0 # Node ID ab6cce48bf3c0a146e83322587f5b0c60040f7fd # Parent 217d5df0cd8a5da99df8bf9ebeda4642c1815a87 - AWS diff -r 217d5df0cd8a -r ab6cce48bf3c experiments/scripts/cnbh-syllables/feature_generation/run_hcopy.sh --- 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 diff -r 217d5df0cd8a -r ab6cce48bf3c experiments/scripts/setup_aws_instance.sh --- a/experiments/scripts/setup_aws_instance.sh Wed Aug 11 10:34:57 2010 +0000 +++ b/experiments/scripts/setup_aws_instance.sh Wed Aug 11 11:27:07 2010 +0000 @@ -15,5 +15,5 @@ sudo chown ubuntu /mnt/aimc cd /mnt/aimc svn checkout http://aimc.googlecode.com/svn/trunk/ aimc-read-only -cd aimc-read-only/experiments/scripts +cd aimc-read-only/experiments/scripts/ ./master.sh