2cc7bf3 Change invocation style for find-debuginfo.sh

Authored and Committed by fweimer 6 years ago
1 file changed. 1 lines added. 3 lines removed.
    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.
    
        
file modified
+1 -3