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') 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