summaryrefslogtreecommitdiff
path: root/mcon/U/Loc.U
diff options
context:
space:
mode:
Diffstat (limited to 'mcon/U/Loc.U')
-rw-r--r--mcon/U/Loc.U8
1 files changed, 4 insertions, 4 deletions
diff --git a/mcon/U/Loc.U b/mcon/U/Loc.U
index 0f24b09..6d6a5d0 100644
--- a/mcon/U/Loc.U
+++ b/mcon/U/Loc.U
@@ -1,7 +1,7 @@
?RCS: $Id$
?RCS:
?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
@@ -48,16 +48,16 @@
?RCS: Revision 3.0 1993/08/18 12:05:05 ram
?RCS: Baseline for dist 3.0 netwide release.
?RCS:
-?X:
+?X:
?X: This unit produces a shell script "loc" which can be used to find out
?X: where in a list of directories something is. It then uses loc to
?X: determine the location of commonly used programs. It leaves loc sitting
?X: around for other Configure units to use, but arranges for its demise
?X: at the end of Configure.
-?X:
+?X:
?X: To add a new program to find, add it both to the ?MAKE: line and to either
?X: the loclist or trylist variable.
-?X:
+?X:
?X: I put startsh at the end of the dependency list, in order to avoid the
?X: loading of the spitshell unit before the instructions.
?X: