diff options
Diffstat (limited to 'ld/emulparams/.Sanitize')
-rw-r--r-- | ld/emulparams/.Sanitize | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ld/emulparams/.Sanitize b/ld/emulparams/.Sanitize index 3c5947b..0709de3 100644 --- a/ld/emulparams/.Sanitize +++ b/ld/emulparams/.Sanitize @@ -15,6 +15,13 @@ Do-first: +rce_files="rce.sh" + +if ( echo $* | grep keep\-rce > /dev/null ) ; then + keep_these_too="${rce_files} ${keep_these_too}" +else + lose_these_too="${rce_files} ${lose_these_too}" +fi # All files listed between the "Things-to-keep:" line and the # "Do-last:" line will be kept. All other files will be removed. |