mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-17 10:26:15 +00:00
Nuke out gratutious newlines.
This commit is contained in:
parent
21e19d0143
commit
71f82b4c91
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=5277
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user