http://ftp.x.org/contrib/applications/xscreensaver-3.08.tar.gz
[xscreensaver] / hacks / noseguy.c
index 9ea9f4e54204247a6b4c8ce8475b46c0283e802c..f0fa57f4a0247115e555ec6d300cd31ca24e7614 100644 (file)
@@ -542,7 +542,9 @@ get_words (void)
              sprintf (buf, "\"%s\" produced no output!", orig_program);
            else if (!first_time &&
                     (strstr (buf, ": not found") ||
-                     strstr (buf, ": Not found")))
+                     strstr (buf, ": Not found") ||
+                      strstr (buf, ": command not found") ||
+                      strstr (buf, ": Command not found")))
              switch (random () % 20)
                {
                case 1: strcat (buf, "( Get with the program, bub. )\n");