Scan packages in reverse order for command line parsing.

This commit is contained in:
Michael Hoffmann 2006-03-09 09:58:37 +00:00
parent 298cf4d3f7
commit 65dc16cc4e
1 changed files with 1 additions and 1 deletions

View File

@ -4948,7 +4948,7 @@ if [ -z "${_WHAT_TO_DO}" ]; then
if [ -n "${MATCH}" ]; then break; fi
done
if [ -n "${MATCH}" ]; then shift; continue; fi
for i in ${SUPPORT_PKGS}; do
for i in ${R_SUPPORT_PKGS}; do
case ${_arg} in
-WITH-${i}*)
enable_support "${i}"