diff options
author | Frans Pop <elendil@planet.nl> | 2008-12-02 18:50:02 +0000 |
---|---|---|
committer | Frans Pop <elendil@planet.nl> | 2008-12-02 18:50:02 +0000 |
commit | f8534d733461eb374baf6b2cf31b7eb4f31786f9 (patch) | |
tree | 909d645afcbba26d3742ec4d73d3656adca38472 /scripts | |
parent | b7129195b3c58e1d70e5e3293dd7b2f675d6cd6f (diff) | |
download | installation-guide-f8534d733461eb374baf6b2cf31b7eb4f31786f9.zip |
Check for 'd-i ' instead of 'd-i' (as in original version)
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/check-preseed | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/check-preseed b/scripts/check-preseed index c9c1d894e..a3eff114d 100755 --- a/scripts/check-preseed +++ b/scripts/check-preseed @@ -6,7 +6,7 @@ filter_preseed() { awk '/^#~/ { next } - /^\"?#?d-i/ { + /^\"?#?d-i / { print in_setting=1 if (/\\+[[:space:]]*(\\n\")?$/) {in_seq=1} |