summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorFrans Pop <elendil@planet.nl>2008-12-02 18:50:02 +0000
committerFrans Pop <elendil@planet.nl>2008-12-02 18:50:02 +0000
commitf8534d733461eb374baf6b2cf31b7eb4f31786f9 (patch)
tree909d645afcbba26d3742ec4d73d3656adca38472 /scripts
parentb7129195b3c58e1d70e5e3293dd7b2f675d6cd6f (diff)
downloadinstallation-guide-f8534d733461eb374baf6b2cf31b7eb4f31786f9.zip
Check for 'd-i ' instead of 'd-i' (as in original version)
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/check-preseed2
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}