commit | b9b3ad49a6fc318b51c3746036721918924b523e | [log] [tgz] |
---|---|---|
author | Jesse Andrews <anotherjesse@gmail.com> | Mon Oct 24 18:52:13 2011 -0700 |
committer | Jesse Andrews <anotherjesse@gmail.com> | Mon Oct 24 18:52:13 2011 -0700 |
tree | 4cfd54e97502d8152af91a518319532e78c5e1f2 | |
parent | 917c66584f9c4d596fdf651330e48cd5219a4436 [diff] |
some of the files are owned by root
diff --git a/stack.sh b/stack.sh index ed5dc36..8dbb9e9 100755 --- a/stack.sh +++ b/stack.sh
@@ -323,7 +323,7 @@ # from the previous branch leading to breakage (due to the py files # having older timestamps than our pyc, so python thinks the pyc files # are correct using them) - rm -rf * + sudo rm -rf * git checkout -f origin/$GIT_BRANCH # a local branch might not exist for $3 git branch -D $GIT_BRANCH || true