aboutsummaryrefslogtreecommitdiff
path: root/release/bininst
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1995-01-12 16:18:18 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1995-01-12 16:18:18 +0000
commit1ce5c9dc5c8f8b406f6da1a7d5d0be0f73bccf57 (patch)
tree1eaafb1acbca886d93da9eeb3b411128f40a2913 /release/bininst
parent09c42f85eb82d9c0f72e4b61ef3c83a23734f429 (diff)
downloadsrc-1ce5c9dc5c8f8b406f6da1a7d5d0be0f73bccf57.tar.gz
src-1ce5c9dc5c8f8b406f6da1a7d5d0be0f73bccf57.zip
A slicker way of eliminating bogus quotes.
Ask less questions about the temporary directory if instructed to.
Notes
Notes: svn path=/head/; revision=5547
Diffstat (limited to 'release/bininst')
-rwxr-xr-xrelease/bininst4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/bininst b/release/bininst
index 5d24c86ea7a4..b4e6aababc73 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.54 1994/12/17 06:57:44 jkh Exp $
+# $Id: bininst,v 1.55 1994/12/29 20:09:59 jkh Exp $
if [ "${_BININST_LOADED_}" = "yes" ]; then
error "Error, $0 loaded more than once!"
@@ -128,7 +128,7 @@ while [ "${INSTALLING}" = "yes" ]; do
if media_select_distribution; then
if media_chose; then
for xx in ${MEDIA_DISTRIBUTIONS}; do
- MEDIA_DISTRIBUTION=`echo $xx | sed -e 's/"//g'`
+ MEDIA_DISTRIBUTION=`eval echo \`echo $xx\``
media_install_set
done
fi