aboutsummaryrefslogtreecommitdiff
path: root/build-aux
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2013-12-20 15:36:22 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2013-12-20 15:36:22 +0200
commit9c964ec8a4fe23fef993a1cf7f4563d0c32b68bd (patch)
treef286675403a3805cb12f2db61ba5efad9e359d9e /build-aux
parentfa0d6d088a1fe22b178ef2565351f15622a1d6d2 (diff)
downloadgrecs-9c964ec8a4fe23fef993a1cf7f4563d0c32b68bd.tar.gz
grecs-9c964ec8a4fe23fef993a1cf7f4563d0c32b68bd.tar.bz2
Fix yyrename
* build-aux/yyrename: Remove temporary file.
Diffstat (limited to 'build-aux')
-rwxr-xr-xbuild-aux/yyrename1
1 files changed, 1 insertions, 0 deletions
diff --git a/build-aux/yyrename b/build-aux/yyrename
index 6ad3b5a..cebb0db 100755
--- a/build-aux/yyrename
+++ b/build-aux/yyrename
@@ -94,4 +94,5 @@ for file in $files
do
mv $file ${file}.tmp
sed -e '/^#line/b' -e '/^# *[0-9]/b' -e "s/yy/$pfx/g" ${file}.tmp > $file
+ rm ${file}.tmp
done

Return to:

Send suggestions and report system problems to the System administrator.