From 267577ae4907340848f3d1455d5d783581e91698 Mon Sep 17 00:00:00 2001 From: apb Date: Wed, 4 Jan 2006 13:40:23 +0000 Subject: [PATCH] Use "$*", not "$@", where we want a space-separated list of words. --- distrib/sets/makeflist | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/distrib/sets/makeflist b/distrib/sets/makeflist index dbbdc68be9e7..e81ecfb6cd1a 100755 --- a/distrib/sets/makeflist +++ b/distrib/sets/makeflist @@ -1,6 +1,6 @@ #!/bin/sh # -# $NetBSD: makeflist,v 1.73 2006/01/03 18:31:09 apb Exp $ +# $NetBSD: makeflist,v 1.74 2006/01/04 13:40:23 apb Exp $ # # Print out the files in some or all lists. # Usage: makeflist [-bxlo] [-a arch] [-m machine] [-s setsdir] [setname ...] @@ -58,7 +58,7 @@ while getopts bxloa:m:s: ch; do done shift $((${OPTIND} - 1)) if [ -n "$1" ]; then - lists="$@" + lists="$*" fi if [ -n "${listonly}" ]; then