mirror of
https://github.com/HDFGroup/hdf5.git
synced 2026-09-25 04:09:44 +03:00
The h5(p)*c parser retains escaped whitespace character (#4967)
This commit is contained in:
@@ -253,6 +253,10 @@ for arg in $@ ; do
|
||||
qarg='"'"$arg"'"'
|
||||
qargs="$qargs $qarg"
|
||||
;;
|
||||
*\ *)
|
||||
qarg=$arg
|
||||
qargs="$qargs $qarg"
|
||||
;;
|
||||
*)
|
||||
if [ -s "$arg" ] ; then
|
||||
ext=`expr "$arg" : '.*\(\..*\)'`
|
||||
|
||||
Reference in New Issue
Block a user