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

This commit is contained in:
unknown 2007-04-17 14:41:07 +02:00
parent 5c9123b5fc
commit e4fe1f9f15

View File

@ -2554,7 +2554,7 @@ then
man_dirs="man"
man1_files=`echo $man1_files`
man8_files=`echo $man8_files`
rm -f $MANLISTFIL
rm -f $MANLISTFIL $TMPLISTFIL
else
man_dirs=""
man1_files=""