Commit e7788a9f authored by joerg@trift2's avatar joerg@trift2

Cleanup: The temporary file could be left around if nothing was excluded.

parent 8437fd62
...@@ -2554,7 +2554,7 @@ then ...@@ -2554,7 +2554,7 @@ then
man_dirs="man" man_dirs="man"
man1_files=`echo $man1_files` man1_files=`echo $man1_files`
man8_files=`echo $man8_files` man8_files=`echo $man8_files`
rm -f $MANLISTFIL rm -f $MANLISTFIL $TMPLISTFIL
else else
man_dirs="" man_dirs=""
man1_files="" man1_files=""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment