summaryrefslogtreecommitdiffstats
path: root/release/bininst
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1994-12-29 20:09:59 +0000
committerjkh <jkh@FreeBSD.org>1994-12-29 20:09:59 +0000
commite7f0ff7369c0a0e5800ad6dbaaa7a44bd2b60641 (patch)
tree6c079e6ac7ed99a2b36ea837f68324b6357fa5b6 /release/bininst
parent791bb28445376a10c232990c93717c8b8bc387bf (diff)
downloadFreeBSD-src-e7f0ff7369c0a0e5800ad6dbaaa7a44bd2b60641.zip
FreeBSD-src-e7f0ff7369c0a0e5800ad6dbaaa7a44bd2b60641.tar.gz
Nuke out gratutious newlines.
Diffstat (limited to 'release/bininst')
-rwxr-xr-xrelease/bininst5
1 files changed, 3 insertions, 2 deletions
diff --git a/release/bininst b/release/bininst
index 4934e55..5d24c86 100755
--- a/release/bininst
+++ b/release/bininst
@@ -13,7 +13,7 @@
# putting your name on top after doing something trivial like reindenting
# it, just to make it look like you wrote it!).
#
-# $Id: bininst,v 1.53 1994/12/02 15:52:54 jkh Exp $
+# $Id: bininst,v 1.54 1994/12/17 06:57:44 jkh Exp $
if [ "${_BININST_LOADED_}" = "yes" ]; then
error "Error, $0 loaded more than once!"
@@ -127,7 +127,8 @@ set_defaults
while [ "${INSTALLING}" = "yes" ]; do
if media_select_distribution; then
if media_chose; then
- for MEDIA_DISTRIBUTION in ${MEDIA_DISTRIBUTIONS}; do
+ for xx in ${MEDIA_DISTRIBUTIONS}; do
+ MEDIA_DISTRIBUTION=`echo $xx | sed -e 's/"//g'`
media_install_set
done
fi
OpenPOWER on IntegriCloud