Skip to content

Commit

Permalink
- Fix removal of #line lines
Browse files Browse the repository at this point in the history
  • Loading branch information
Derick Rethans committed Feb 19, 2002
1 parent fe7bf6e commit 7bd5199
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions genfiles
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ EOF

rm config_vars.mk .deps ext/standard/libs.mk $files

for f in ext/standard/url_scanner_ex.c ext/standard/var_unserializer.c
for f in ext/standard/url_scanner_ex.c ext/standard/var_unserializer.c; do
cp $f $f.orig
grep -v '#line ' $f.orig > $f
fi
done

0 comments on commit 7bd5199

Please sign in to comment.