set SHELL for ftp.

This commit is contained in:
Poul-Henning Kamp 1995-03-24 00:23:02 +00:00
parent 0a2176cb4d
commit 157b421d4e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=7300

View File

@ -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