comparison INSTALL.sh @ 65:288397616e5f

use the varaible name
author Jeff Hammel <jhammel@mozilla.com>
date Tue, 11 Jan 2011 09:51:46 -0800
parents 503d38bdee90
children 13a2a66b1c41
comparison
equal deleted inserted replaced
64:503d38bdee90 65:288397616e5f
14 then 14 then
15 virtualenv ${DEST} 15 virtualenv ${DEST}
16 else 16 else
17 curl https://bitbucket.org/ianb/virtualenv/raw/tip/virtualenv.py | python - ${DEST} 17 curl https://bitbucket.org/ianb/virtualenv/raw/tip/virtualenv.py | python - ${DEST}
18 fi 18 fi
19 cd autobot 19 cd ${DEST}
20 . bin/activate # linux only 20 . bin/activate # linux only
21 mkdir src 21 mkdir src
22 cd src 22 cd src
23 hg clone ${REPO} 23 hg clone ${REPO}
24 cd autobot 24 cd autobot