diff options
Diffstat (limited to 'misc/mshell/files/patch-ad')
-rw-r--r-- | misc/mshell/files/patch-ad | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/misc/mshell/files/patch-ad b/misc/mshell/files/patch-ad new file mode 100644 index 000000000000..03131f105ac0 --- /dev/null +++ b/misc/mshell/files/patch-ad @@ -0,0 +1,19 @@ +*** mshell.c.orig Sat Sep 24 00:51:51 1994 +--- mshell.c Sat Sep 24 00:52:20 1994 +*************** +*** 142,148 **** + + if ( strcmp (action_string, NULLSTR) == 0 ) { + invalid_option = TRUE; +! printf ("\tNo such help option name as: %s\!\!\n", opt2); + } + else { + tmpword[0] = EOS; +--- 142,148 ---- + + if ( strcmp (action_string, NULLSTR) == 0 ) { + invalid_option = TRUE; +! printf ("\tNo such help option name as: %s!!\n", opt2); + } + else { + tmpword[0] = EOS; |