summaryrefslogtreecommitdiffstats
path: root/release/scripts
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-04-09 08:56:02 +0000
committerjkh <jkh@FreeBSD.org>1995-04-09 08:56:02 +0000
commitb985c7c718c81c612edd786ae10d32ed1b7e4ae7 (patch)
tree6fb2e16773c522cb00d953e9d82d39f28660a3c8 /release/scripts
parent6718d7b9e416cb1b9cfc43bfc01421cc026002cb (diff)
downloadFreeBSD-src-b985c7c718c81c612edd786ae10d32ed1b7e4ae7.zip
FreeBSD-src-b985c7c718c81c612edd786ae10d32ed1b7e4ae7.tar.gz
Try and see if I can make the remove function work..
Diffstat (limited to 'release/scripts')
-rw-r--r--release/scripts/instdist.sh4
1 files changed, 2 insertions, 2 deletions
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
OpenPOWER on IntegriCloud