aboutsummaryrefslogtreecommitdiff
path: root/bin/gwp.awk
diff options
context:
space:
mode:
Diffstat (limited to 'bin/gwp.awk')
-rw-r--r--bin/gwp.awk2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/gwp.awk b/bin/gwp.awk
index d5be856f..25782318 100644
--- a/bin/gwp.awk
+++ b/bin/gwp.awk
@@ -5,7 +5,7 @@ BEGIN {
self = "gwp"
# Words are separated by any non-alphanumeric character
- FS = "[^[:alnum:]]"
+ FS = "[^a-zA-Z0-9]"
# First argument is the word required; push its case downward so we can
# match case-insensitively