summaryrefslogtreecommitdiffstats
path: root/admin/fixperms
diff options
context:
space:
mode:
authorJosh Hoyt <josh@janrain.com>2006-02-11 01:19:38 +0000
committerJosh Hoyt <josh@janrain.com>2006-02-11 01:19:38 +0000
commitff81d725a72488104fdafef7123b52aa8ad3800f (patch)
tree31d4e10ec39ab05fbd8a07df657adacbdb19a795 /admin/fixperms
parent557410c896f5fd2bfecb6a516e285b72c7265b94 (diff)
downloadphp-openid-ff81d725a72488104fdafef7123b52aa8ad3800f.zip
php-openid-ff81d725a72488104fdafef7123b52aa8ad3800f.tar.gz
php-openid-ff81d725a72488104fdafef7123b52aa8ad3800f.tar.bz2
[project @ Make fixperms more readable]
Diffstat (limited to 'admin/fixperms')
-rw-r--r--admin/fixperms14
1 files changed, 11 insertions, 3 deletions
diff --git a/admin/fixperms b/admin/fixperms
index ab857e2..190e8ea 100644
--- a/admin/fixperms
+++ b/admin/fixperms
@@ -1,4 +1,12 @@
#!/usr/bin/env bash
-chmod +x admin/makedoc.sh admin/docblocks admin/runtests admin/mathlib \
- admin/fixperms admin/prepare-release admin/checkimport admin/checkimports \
- admin/findphp \ No newline at end of file
+cat <<EOF | xargs chmod +x
+admin/checkimport
+admin/checkimports
+admin/docblocks
+admin/findphp
+admin/fixperms
+admin/makedoc.sh
+admin/mathlib
+admin/prepare-release
+admin/runtests
+EOF