From b985c7c718c81c612edd786ae10d32ed1b7e4ae7 Mon Sep 17 00:00:00 2001 From: jkh Date: Sun, 9 Apr 1995 08:56:02 +0000 Subject: Try and see if I can make the remove function work.. --- release/scripts/instdist.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'release/scripts') diff --git a/release/scripts/instdist.sh b/release/scripts/instdist.sh index da11b6e..590cce1 100644 --- a/release/scripts/instdist.sh +++ b/release/scripts/instdist.sh @@ -10,7 +10,7 @@ # putting your name on top after doing something trivial like reindenting # it, just to make it look like you wrote it!). # -# $Id: instdist.sh,v 1.15 1995/03/02 04:18:43 jkh Exp $ +# $Id: instdist.sh,v 1.16 1995/03/24 00:23:02 phk Exp $ if [ "${_INSTINST_SH_LOADED_}" = "yes" ]; then return 0 @@ -87,7 +87,7 @@ media_rm_tmpdir() if [ -d ${TMPDIR}/${MEDIA_DISTRIBUTION} ]; then _TARGET=${TMPDIR}/${MEDIA_DISTRIBUTION} else - _TARGET=${TMPDIR} + _TARGET="${TMPDIR}/*" fi if dialog --title "Delete contents?" --yesno \ "Do you wish to delete ${_TARGET}?" -1 -1; then -- cgit v1.1