X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=hacks%2Fnoseguy.c;h=fa3203cdeff135a263514bbea2ae71166cb19c43;hb=3c58fb6311db49c46f1670922933b27c6ea0c065;hp=9ea9f4e54204247a6b4c8ce8475b46c0283e802c;hpb=f65151994eba80ecabcdac6eef6fa0dde7e2d45b;p=xscreensaver diff --git a/hacks/noseguy.c b/hacks/noseguy.c index 9ea9f4e5..fa3203cd 100644 --- a/hacks/noseguy.c +++ b/hacks/noseguy.c @@ -11,7 +11,8 @@ */ /* Make a little guy with a big nose and a hat wanter around the screen, - spewing out messages. Derived from xnlock by Dan Heller . + spewing out messages. Derived from xnlock by + Dan Heller . */ #include "screenhack.h" @@ -542,7 +543,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");