For IGNORE_FILES delete the version in the TEMPROOT, not the base.
Submitted by: clemens fischer <ino-news@spotteswoode.dnsalias.org>
This commit is contained in:
parent
bfe36bb462
commit
a740208973
@ -644,7 +644,7 @@ case "${RERUN}" in
|
||||
|
||||
# Avoid comparing the following user specified files
|
||||
for file in ${IGNORE_FILES}; do
|
||||
test -e ${file} && unlink ${file}
|
||||
test -e ${TEMPROOT}/${file} && unlink ${TEMPROOT}/${file}
|
||||
done
|
||||
;; # End of the "RERUN" test
|
||||
esac
|
||||
|
Loading…
x
Reference in New Issue
Block a user