blob: 511303fd048c35449114ac775dcfd315a2bead01 [file] [log] [blame]
#!/bin/bash
for f in $*
do
echo "Fixing $f"
sed -i -f fix_path $f
done