keep mt-skyb if sky
This commit is contained in:
parent
985fe43632
commit
debeb164c8
1 changed files with 2 additions and 2 deletions
|
@ -28,9 +28,9 @@ else
|
|||
fi
|
||||
|
||||
if ( echo $* | grep keep\-sky > /dev/null ) ; then
|
||||
keep_these_too="${keep_these_too} mt-sky"
|
||||
keep_these_too="${keep_these_too} mt-sky mt-skyb"
|
||||
else
|
||||
lose_these_too="${lose_these_too} mt-sky"
|
||||
lose_these_too="${lose_these_too} mt-sky mt-skyb"
|
||||
fi
|
||||
|
||||
# All files listed between the "Things-to-keep:" line and the
|
||||
|
|
Loading…
Reference in a new issue