commit | 303233e2f57259bc809230aa60b99655f5650853 | [log] [tgz] |
---|---|---|
author | Anthony Young <sleepsonthefloor@gmail.com> | Mon Sep 26 13:12:57 2011 -0700 |
committer | Anthony Young <sleepsonthefloor@gmail.com> | Mon Sep 26 13:12:57 2011 -0700 |
tree | b3e59f7906c9e5577ba45b7c30ebc71deb502017 | |
parent | 2f140207569d61c9a44a2337c8007da064fd6659 [diff] [blame] |
tweaks to comments and cache organization
diff --git a/stack.sh b/stack.sh index c7c2e80..85b7474 100755 --- a/stack.sh +++ b/stack.sh
@@ -144,6 +144,7 @@ sudo chown `whoami` $2 git clone $1 $2 cd $2 + # This checkout syntax works for both branches and tags git checkout $3 fi }