Commit e4fe1f9f authored by unknown's avatar unknown

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

parent 5c9123b5
...@@ -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