diff options
Diffstat (limited to 'config/.Sanitize')
-rw-r--r-- | config/.Sanitize | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/.Sanitize b/config/.Sanitize index cb8ced1..97e80b5 100644 --- a/config/.Sanitize +++ b/config/.Sanitize @@ -15,6 +15,12 @@ Do-first: +if ( echo $* | grep keep\-r5900 > /dev/null ) ; then + keep_these_too="${keep_these_too} mt-r5900" +else + lose_these_too="${lose_these_too} mt-r5900" +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 |