mirror of
https://github.com/HDFGroup/hdf5.git
synced 2026-09-25 04:09:44 +03:00
Fix parsing error of h(p)*c wrappers (#5060)
Add quotes to correctly handle whitespace.
This commit is contained in:
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user