summaryrefslogtreecommitdiff
path: root/mcon/U/sh.U
diff options
context:
space:
mode:
Diffstat (limited to 'mcon/U/sh.U')
-rw-r--r--mcon/U/sh.U8
1 files changed, 4 insertions, 4 deletions
diff --git a/mcon/U/sh.U b/mcon/U/sh.U
index 9684c6f..fafe5b1 100644
--- a/mcon/U/sh.U
+++ b/mcon/U/sh.U
@@ -1,14 +1,14 @@
-?RCS: $Id: sh.U 167 2013-05-08 17:58:00Z rmanfredi $
+?RCS: $Id$
?RCS:
?RCS: Copyright (c) 1997, Chip Salzenberg
?RCS: Copyright (c) 1991-1997, 2004-2006, Raphael Manfredi
-?RCS:
+?RCS:
?RCS: You may redistribute only under the terms of the Artistic License,
?RCS: as specified in the README file that comes with the distribution.
?RCS: You may reuse parts of this distribution only within the terms of
?RCS: that same Artistic License; a copy of which may be found at the root
?RCS: of the source tree for dist 4.0.
-?RCS:
+?RCS:
?RCS: $Log: sh.U,v $
?RCS: Revision 3.0.1.1 1997/02/28 16:20:13 ram
?RCS: patch61: created
@@ -45,7 +45,7 @@
: Find the basic shell for Bourne shell scripts
case "$sh" in
'')
-?X: SYSTYPE is for some older MIPS systems.
+?X: SYSTYPE is for some older MIPS systems.
?X: I do not know if it is still needed.
case "$SYSTYPE" in
*bsd*|sys5*) xxx="/$SYSTYPE/bin/sh";;