diff --git a/scripts/genlink.awk b/scripts/genlink.awk index c5d32d46..d2e03cf7 100644 --- a/scripts/genlink.awk +++ b/scripts/genlink.awk @@ -31,9 +31,9 @@ BEGIN { gsub(/\r$/,""); tmp = "^"$1"$"; - gsub(/?/, ".", tmp); - gsub(/*/, ".*", tmp); - gsub(/+/, ".+", tmp); + gsub(/\?/, ".", tmp); + gsub(/\*/, ".*", tmp); + gsub(/\+/, ".+", tmp); tolower(tmp); if (PAT ~ tmp) {