summary refs log tree commit diff
path: root/pkgs/development/libraries/glibc/subst.sh
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/glibc/subst.sh')
-rw-r--r--pkgs/development/libraries/glibc/subst.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/libraries/glibc/subst.sh b/pkgs/development/libraries/glibc/subst.sh
index 4687e27a2cbe2..1db5c22123e5b 100644
--- a/pkgs/development/libraries/glibc/subst.sh
+++ b/pkgs/development/libraries/glibc/subst.sh
@@ -2,4 +2,5 @@ FILES="configure io/ftwtest-sh"
 for i in $FILES ; do
   sed  -e "s^@PWD@^pwd^g" < $i > $i.new
   mv $i.new $i
+  chmod +x $i
 done