only remove more.parse if it exists
This commit is contained in:
parent
76a6247f07
commit
edc8c0897b
1 changed files with 5 additions and 4 deletions
|
@ -17,6 +17,11 @@
|
|||
|
||||
Do-first:
|
||||
|
||||
for d in more.parse ; do
|
||||
if [ -d $d ]; then
|
||||
lose_these_too="$d ${lose_these_too}"
|
||||
fi
|
||||
done
|
||||
|
||||
# All files listed between the "Things-to-keep:" line and the
|
||||
# "Files-to-sed:" line will be kept. All other files will be removed.
|
||||
|
@ -32,10 +37,6 @@ parse
|
|||
reloc
|
||||
unsorted
|
||||
|
||||
Things-to-lose:
|
||||
|
||||
more.parse
|
||||
|
||||
Do-last:
|
||||
|
||||
# End of file.
|
||||
|
|
Loading…
Reference in a new issue