From 7d6e06080fe9dd33e72358c757ba53f152fd053d Mon Sep 17 00:00:00 2001 From: Baris Metin Date: Tue, 3 May 2011 20:07:33 -0400 Subject: [PATCH] try again --- vbuild-nightly.sh | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/vbuild-nightly.sh b/vbuild-nightly.sh index 40c0a0ca..e03881fe 100755 --- a/vbuild-nightly.sh +++ b/vbuild-nightly.sh @@ -485,13 +485,8 @@ function main () { esac done - eval set -- "$OPTS_ORIG" - - # preserve options for passing them again later, together with expanded base - declare -a options - toshift=$(($OPTIND - 1)) - arg=1; while [ $arg -le $toshift ] ; do options=(${options[@]} "$1") ; shift; arg=$(($arg+1)) ; done + options=$OPTS_ORIG # allow var=value stuff; for target in "$@" ; do -- 2.47.0