changeset 65:288397616e5f

use the varaible name
author Jeff Hammel <jhammel@mozilla.com>
date Tue, 11 Jan 2011 09:51:46 -0800
parents 503d38bdee90
children cbcb96142ed6
files INSTALL.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/INSTALL.sh	Tue Jan 11 09:49:08 2011 -0800
+++ b/INSTALL.sh	Tue Jan 11 09:51:46 2011 -0800
@@ -16,7 +16,7 @@
 else
     curl https://bitbucket.org/ianb/virtualenv/raw/tip/virtualenv.py | python - ${DEST}
 fi
-cd autobot
+cd ${DEST}
 . bin/activate # linux only
 mkdir src
 cd src