summary refs log tree commit diff
path: root/pkgs/development/libraries/glibc/subst.sh
blob: 1db5c22123e5be529d88a7e17c1cb44548f4e918 (plain) (blame)
1
2
3
4
5
6
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