Mercurial > hg > aimc
changeset 179:7a9e08430000
- AWS
author | tomwalters |
---|---|
date | Wed, 11 Aug 2010 11:27:07 +0000 |
parents | 3733c5fc4cb3 |
children | e963e6bd5d90 |
files | experiments/scripts/cnbh-syllables/feature_generation/run_hcopy.sh experiments/scripts/setup_aws_instance.sh |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
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
--- 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