X-Git-Url: https://git.distorted.org.uk/~mdw/mLib/blobdiff_plain/a0150d8deebfda4b52190738dd65c3d0f27d5756..bb1cbbe82a40a9cffb8d143bed2e3aa245595450:/sym-gtest diff --git a/sym-gtest b/sym-gtest index 3dd6ed6..ac5bcaf 100755 --- a/sym-gtest +++ b/sym-gtest @@ -18,7 +18,7 @@ sub random ($) { $words = "/usr/dict/words"; -r $words or $words = "/usr/share/dict/words"; open(DICT, $words) or die("open($words): $!"); -@w = ; +@w = grep /./, ; chomp(@w); close(DICT);