summaryrefslogtreecommitdiffstats
path: root/release/scripts
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1995-03-24 00:23:02 +0000
committerphk <phk@FreeBSD.org>1995-03-24 00:23:02 +0000
commita5da6ee74dc9cd4c0938843d30fd6db1ed88b91a (patch)
treedbfb8a625e944ecb792866c1329669bb16edd821 /release/scripts
parentc1308f08b1c0cc4ed1abe2d7e177f4b9461289cf (diff)
downloadFreeBSD-src-a5da6ee74dc9cd4c0938843d30fd6db1ed88b91a.zip
FreeBSD-src-a5da6ee74dc9cd4c0938843d30fd6db1ed88b91a.tar.gz
set SHELL for ftp.
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 aaab526..da11b6e 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
OpenPOWER on IntegriCloud