aboutsummaryrefslogtreecommitdiff
path: root/build-aux
diff options
context:
space:
mode:
Diffstat (limited to 'build-aux')
-rwxr-xr-xbuild-aux/yyrename2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/yyrename b/build-aux/yyrename
index 5e7b1db..6964fb5 100755
--- a/build-aux/yyrename
+++ b/build-aux/yyrename
@@ -88,5 +88,5 @@ eval $* || exit $?
for file in $files
do
mv $file ${file}.tmp
- sed "s/yy/$pfx/g" ${file}.tmp > $file
+ sed "/^#line/b;/^# *[0-9]/b;s/yy/$pfx/g" ${file}.tmp > $file
done

Return to:

Send suggestions and report system problems to the System administrator.