commit | c8d9ce4ef44c3490bd5a09e4749c98ceeadc1f2f | [log] [tgz] |
---|---|---|
author | Jesse Andrews <anotherjesse@gmail.com> | Wed Oct 19 14:21:08 2011 -0700 |
committer | Jesse Andrews <anotherjesse@gmail.com> | Wed Oct 19 14:21:08 2011 -0700 |
tree | a542df93122af6d607791600eeb4f340390beae5 | |
parent | 3fc8571bba4f27ebb84464254ba411017e742171 [diff] |
vish points out that sudo isn't needed here since DEST is owned by user
diff --git a/stack.sh b/stack.sh index 95bcadc..a49de1a 100755 --- a/stack.sh +++ b/stack.sh
@@ -301,8 +301,6 @@ fi if [ ! -d $2 ]; then - sudo mkdir $2 - sudo chown `whoami` $2 git clone $1 $2 cd $2 # This checkout syntax works for both branches and tags