aboutsummaryrefslogtreecommitdiff
path: root/checklinks.awk
diff options
context:
space:
mode:
Diffstat (limited to 'checklinks.awk')
-rw-r--r--checklinks.awk4
1 files changed, 2 insertions, 2 deletions
diff --git a/checklinks.awk b/checklinks.awk
index 5b3e1571d9f4..f30901086536 100644
--- a/checklinks.awk
+++ b/checklinks.awk
@@ -9,7 +9,7 @@ BEGIN {
Zone = "\n"
}
-/^Zone/ {
+/^Z/ {
if (defined[$2]) {
if (defined[$2] == Zone) {
printf "%s: Zone has duplicate definition\n", $2
@@ -21,7 +21,7 @@ BEGIN {
defined[$2] = Zone
}
-/^Link/ {
+/^L/ {
if (defined[$3]) {
if (defined[$3] == Zone) {
printf "%s: Link with same name as Zone\n", $3