Obsolete/broken perl compatibility workaround - [:space:] wasn't wised
authorshort <>
Sat, 8 Sep 2001 01:22:57 +0000 (01:22 +0000)
committershort <>
Sat, 8 Sep 2001 01:22:57 +0000 (01:22 +0000)
obsah_init.pl

index 917e2da..2c1c11d 100755 (executable)
@@ -89,7 +89,7 @@ while (<>) {
                $contents.="\004";
                next;
                }
-       if (/^[^[:space:]]/ || (/^\s/ && $contents=~/\004/)) {
+       if (/^[^ \t]/ || (/^\s/ && $contents=~/\004/)) {
                $contents.="\001$_\002";
                $first=$_;
                next;