1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/misc/mshell/files/patch-ad
Jordan K. Hubbard 7883df5ea2 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
1994-09-24 03:57:13 +00:00

20 lines
509 B
Plaintext

*** 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;