Update master

This commit is contained in:
Joshua Harlow 2012-06-04 23:14:26 -07:00
parent 17acd2089e
commit b518271018

@ -21,7 +21,7 @@ EC2_RC="euca.rc"
if [ ! -f $RC_DIR/$CORE_RC ]; if [ ! -f $RC_DIR/$CORE_RC ];
then then
GEN_CMD="stack -a install" GEN_CMD="anvil -a install"
echo "File '$RC_DIR/$CORE_RC' needed before running '$ME'" echo "File '$RC_DIR/$CORE_RC' needed before running '$ME'"
echo "Please run './$GEN_CMD' to get this file." echo "Please run './$GEN_CMD' to get this file."
exit 1 exit 1