Cleanup: The temporary file could be left around if nothing was excluded.
This commit is contained in:
parent
5c9123b5fc
commit
e4fe1f9f15
@ -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=""
|
||||
|
Loading…
x
Reference in New Issue
Block a user