[hipl-commit] [trunk] Rev 4144: Making directories executable is enough to make a read-only tree writable.

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: hipl-commit@xxxxxxxxxxxxx
  • Date: Wed, 7 Apr 2010 15:21:24 +0300

Committer: Diego Biurrun <diego@xxxxxxxxxx>
Date: 07/04/2010 at 15:21:24
Revision: 4144
Revision-id: diego@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: trunk

Log:
  Making directories executable is enough to make a read-only tree writable.

Modified:
  M  tools/hipl_autobuild.sh

=== modified file 'tools/hipl_autobuild.sh'
--- tools/hipl_autobuild.sh     2010-04-06 12:11:39 +0000
+++ tools/hipl_autobuild.sh     2010-04-07 12:21:03 +0000
@@ -61,7 +61,7 @@
 cleanup()
 {
     # The build directory created by make distcheck is read-only.
-    chmod -R u+rwx "$CHECKOUT_DIR"
+    chmod -R u+rwX "$CHECKOUT_DIR"
     rm -rf "$CHECKOUT_DIR"
     echo $BRANCH_REVISION > $BRANCH_REVISION_FILE
     exit $1

Other related posts:

  • » [hipl-commit] [trunk] Rev 4144: Making directories executable is enough to make a read-only tree writable. - Diego Biurrun