X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fnoseguy.c;h=f0fa57f4a0247115e555ec6d300cd31ca24e7614;hp=9ea9f4e54204247a6b4c8ce8475b46c0283e802c;hb=59ac4e9a0de290e4275a7bbb890ad16abd09d68f;hpb=f54438ea00f152166e68073e98000fd3a00f65cd diff --git a/hacks/noseguy.c b/hacks/noseguy.c index 9ea9f4e5..f0fa57f4 100644 --- a/hacks/noseguy.c +++ b/hacks/noseguy.c @@ -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");