Fix parsing error of h(p)*c wrappers (#5060)

Add quotes to correctly handle whitespace.
This commit is contained in:
Scot Breitenfeld
2024-11-02 12:40:07 -07:00
committed by GitHub
parent 4863eca5c9
commit 35df4fb6a6
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -187,7 +187,7 @@ case "$CXX" in
;;
esac
for arg in $@ ; do
for arg in "$@" ; do
if test "x$get_output_file" = "xyes"; then
link_args="$link_args $arg"
output_file="$arg"