From 6743f4e15f83cb856c82b538d52146d1e14420c5 Mon Sep 17 00:00:00 2001 From: rmanfredi Date: Mon, 2 Apr 2012 06:49:50 +0000 Subject: When the -E switch is given, don't cleanup the UU directory. git-svn-id: svn://svn.code.sf.net/p/dist/code/trunk/dist@145 2592e710-e01b-42a5-8df0-11608a6cc53d --- mcon/U/Finish.U | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mcon/U/Finish.U') diff --git a/mcon/U/Finish.U b/mcon/U/Finish.U index 2ed7bd9..640c617 100644 --- a/mcon/U/Finish.U +++ b/mcon/U/Finish.U @@ -43,8 +43,8 @@ : Finish up by extracting the .SH files case "$alldone" in exit) - $rm -rf UU - echo "Extraction done." +?X: They supplied the -E switch + echo "Stopping at your request, leaving temporary files around." exit 0 ;; cont) -- cgit v1.2.3 From a48d4a094464be38b11b832a31394b240e88ea83 Mon Sep 17 00:00:00 2001 From: rmanfredi Date: Wed, 8 May 2013 17:58:00 +0000 Subject: Fixed spelling: Licence -> License. git-svn-id: svn://svn.code.sf.net/p/dist/code/trunk/dist@167 2592e710-e01b-42a5-8df0-11608a6cc53d --- mcon/U/Finish.U | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mcon/U/Finish.U') diff --git a/mcon/U/Finish.U b/mcon/U/Finish.U index 640c617..0cb616a 100644 --- a/mcon/U/Finish.U +++ b/mcon/U/Finish.U @@ -2,10 +2,10 @@ ?RCS: ?RCS: Copyright (c) 1991-1997, 2004-2006, Raphael Manfredi ?RCS: -?RCS: You may redistribute only under the terms of the Artistic Licence, +?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 Licence; a copy of which may be found at the root +?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: $Log: Finish.U,v $ -- cgit v1.2.3 From 77e4271ceb24212cfd025be9ce880bdeb5a14013 Mon Sep 17 00:00:00 2001 From: "H.Merijn Brand" Date: Sun, 22 May 2016 17:07:59 +0200 Subject: Remove trailing whitespace in meta-lines in units (#3) --- mcon/U/Finish.U | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'mcon/U/Finish.U') diff --git a/mcon/U/Finish.U b/mcon/U/Finish.U index 0cb616a..6085230 100644 --- a/mcon/U/Finish.U +++ b/mcon/U/Finish.U @@ -1,13 +1,13 @@ ?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 ?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: Finish.U,v $ ?RCS: Revision 3.0.1.6 1995/02/15 14:09:30 ram ?RCS: patch51: now clearer about how to edit config.sh at the prompt (WED) @@ -30,11 +30,11 @@ ?RCS: Revision 3.0 1993/08/18 12:04:55 ram ?RCS: Baseline for dist 3.0 netwide release. ?RCS: -?X: +?X: ?X: This unit is the very last one in the Configure script. It runs all the ?X: SH files, which among other things produce config.h and (usually) Makefile. ?X: It offers to do a make depend if the Makefile contains that target. -?X: +?X: ?MAKE:Finish: Chk_MANI Extract Myread Oldsym Magic_h cat rm contains \ test package make ?MAKE: -pick add $@ %< -- cgit v1.2.3 From 84ae62697098fdaccc0bc97df67f7d5ea8878239 Mon Sep 17 00:00:00 2001 From: "H.Merijn Brand" Date: Sun, 22 May 2016 17:08:46 +0200 Subject: Spelling: it is explicitly without e in both US and UK English (#2) * Spelling: it is explicitly without e in both US and UK English * Remove trailing whitespace in meta-lines in units --- mcon/U/Finish.U | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mcon/U/Finish.U') diff --git a/mcon/U/Finish.U b/mcon/U/Finish.U index 6085230..cf5a364 100644 --- a/mcon/U/Finish.U +++ b/mcon/U/Finish.U @@ -74,7 +74,7 @@ esac ?X: ?X: Turn silent mode off from now on (we want a verbose file extraction). -?X: This means we have to explicitely test for '$silent' from now on to +?X: This means we have to explicitly test for '$silent' from now on to ?X: strip off any verbose messages. ?X: echo " " -- cgit v1.2.3