# HG changeset patch # User tomwalters # Date 1281526027 0 # Node ID 7a9e0843000049ac0c51cf393ee2ed98d2a4a342 # Parent 3733c5fc4cb32ff67ee9a8bbefbc0f05d74cc9ca - AWS diff -r 3733c5fc4cb3 -r 7a9e08430000 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 3733c5fc4cb3 -r 7a9e08430000 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