Mercurial > hg > autobot
changeset 247:042507e2bbe3
comments
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Thu, 22 Dec 2011 16:25:35 -0800 |
parents | 76ef1a33e345 |
children | 2161425d0ab7 |
files | INSTALL.sh |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/INSTALL.sh Thu Dec 22 16:15:09 2011 -0800 +++ b/INSTALL.sh Thu Dec 22 16:25:35 2011 -0800 @@ -4,10 +4,10 @@ # install using # curl http://k0s.org/mozilla/hg/autobot/raw-file/tip/INSTALL.sh | bash -REPO='http://k0s.org/mozilla/hg/autobot' +REPO='http://k0s.org/mozilla/hg/autobot' # location of mercurial repository # destination -DEST='autobot' # name of the virtualenv +DEST='autobot' # name of the virtualenv relative to CWD if [ "$#" != "0" ] then DEST=$1