8125cd8915
svn path=/nixpkgs/branches/nixos-pkgs/; revision=2079
7 lines
127 B
Bash
7 lines
127 B
Bash
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
|