Browse code

some of the files are owned by root

Jesse Andrews authored on 2011/10/25 10:52:13
Showing 1 changed files
... ...
@@ -323,7 +323,7 @@ function git_clone {
323 323
         # from the previous branch leading to breakage (due to the py files 
324 324
         # having older timestamps than our pyc, so python thinks the pyc files
325 325
         # are correct using them)
326
-        rm -rf *
326
+        sudo rm -rf *
327 327
         git checkout -f origin/$GIT_BRANCH
328 328
         # a local branch might not exist for $3
329 329
         git branch -D $GIT_BRANCH || true