mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-29 15:00:34 +00:00
Fix arc sanitization.
This commit is contained in:
parent
b0d419969e
commit
80a0c990b0
@ -15,6 +15,12 @@
|
||||
|
||||
Do-first:
|
||||
|
||||
if ( echo $* | grep keep\-arc > /dev/null ) ; then
|
||||
keep_these_too="arc ${keep_these_too}"
|
||||
else
|
||||
lose_these_too="arc ${lose_these_too}"
|
||||
fi
|
||||
|
||||
# All files listed between the "Things-to-keep:" line and the
|
||||
# "Files-to-sed:" line will be kept. All other files will be removed.
|
||||
# Directories listed in this section will have their own Sanitize
|
||||
@ -62,7 +68,6 @@ w65
|
||||
z8k
|
||||
|
||||
Things-to-lose:
|
||||
arc
|
||||
|
||||
Do-last:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user