summaryrefslogtreecommitdiff
path: root/misc/mshell/files/patch-ad
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1994-09-24 03:57:13 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1994-09-24 03:57:13 +0000
commit7883df5ea28a0934e59540ca93a33a726bb9aa07 (patch)
tree394ed05dcd53aebfd6c2d7e23c5b011aee6a4eab /misc/mshell/files/patch-ad
parentUpdate this to fix install problem. (diff)
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
Notes
Notes: svn path=/head/; revision=117
Diffstat (limited to 'misc/mshell/files/patch-ad')
-rw-r--r--misc/mshell/files/patch-ad19
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;