summaryrefslogtreecommitdiff
path: root/release/scripts
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>1995-03-24 00:23:02 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>1995-03-24 00:23:02 +0000
commit157b421d4e1990e1c7280e2f12bd5d2626af22a9 (patch)
treedbfb8a625e944ecb792866c1329669bb16edd821 /release/scripts
parent0a2176cb4dbacf5a00df92072f660c13b6c80149 (diff)
Notes
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 aaab52695b1a..da11b6e7203f 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.14 1995/02/13 02:28:14 jkh Exp $
+# $Id: instdist.sh,v 1.15 1995/03/02 04:18:43 jkh Exp $
if [ "${_INSTINST_SH_LOADED_}" = "yes" ]; then
return 0
@@ -296,7 +296,7 @@ media_install_set()
fi
else
dialog --clear
- ftp ${MEDIA_DEVICE}
+ SHELL=/stand/sh ftp ${MEDIA_DEVICE}
dialog --clear
media_extract_dist
fi