From 7883df5ea28a0934e59540ca93a33a726bb9aa07 Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Sat, 24 Sep 1994 03:57:13 +0000 Subject: Mshell port from Jean-Marc Zucconi (jmz@thud.cdrom.com). Jean-Marc is now our leading ports-supplier! Let's all give him a big THANK YOU! :) Submitted by: jmz --- misc/mshell/files/patch-ad | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 misc/mshell/files/patch-ad (limited to 'misc/mshell/files/patch-ad') 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; -- cgit v1.2.3