Properly handle KEEP_SRC_LIST option when set to 'no'
authorMichael Prokop <mika@grml.org>
Fri, 4 Dec 2020 10:40:13 +0000 (11:40 +0100)
committerMichael Prokop <mika@grml.org>
Fri, 4 Dec 2020 11:01:45 +0000 (12:01 +0100)
commit3f28b112fddeba2c9a420792507e1b3d1ca273a6
tree76b333cf98e4b8547f5f0ca34ad6bec7537bd581
parent622ca58e0d5585069b51ecbb60d0a36eede4d53a
Properly handle KEEP_SRC_LIST option when set to 'no'

If the configuration includes KEEP_SRC_LIST='no',
then it behaves as if it's set to 'yes', as we were
just checking whether it's set or not.

Closes: grml/grml-debootstrap#160
chroot-script