From 2cc7bf3f89a93f68a3ab637ad85ccd12239d1aa9 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Aug 16 2017 12:31:19 +0000 Subject: Change invocation style for find-debuginfo.sh Using eval affects command line parsing in the shell script. Call the script directly, but do not quote $find_debuginfo_args, to splice its contents into the argument list. --- diff --git a/glibc.spec b/glibc.spec index 72e6693..c0fe373 100644 --- a/glibc.spec +++ b/glibc.spec @@ -1772,9 +1772,7 @@ find_debuginfo_args="$find_debuginfo_args \ -l nosegneg.filelist" %endif %endif -eval /usr/lib/rpm/find-debuginfo.sh \ - "$find_debuginfo_args" \ - -o debuginfo.filelist +/usr/lib/rpm/find-debuginfo.sh $find_debuginfo_args -o debuginfo.filelist # List all of the *.a archives in the debug directory. list_debug_archives()