aboutsummaryrefslogtreecommitdiff
path: root/release/scripts
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1995-04-09 08:56:02 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1995-04-09 08:56:02 +0000
commite4c66f95669a40cf07034934c79a871a9f8d1511 (patch)
tree6fb2e16773c522cb00d953e9d82d39f28660a3c8 /release/scripts
parent239f2b151f64bfab04a7fa2465036b3c4815464b (diff)
downloadsrc-e4c66f95669a40cf07034934c79a871a9f8d1511.tar.gz
src-e4c66f95669a40cf07034934c79a871a9f8d1511.zip
Try and see if I can make the remove function work..
Notes
Notes: svn path=/head/; revision=7705
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 da11b6e7203f..590cce169ea0 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