https://bz.apache.org/bugzilla/show_bug.cgi?id=60562
--- Comment #13 from Thomas Stecher <[email protected]> --- I think this is a good try: esc_arg=`printf '%s\n' "${arg}" | sed -e 's@\([$"\\\`]\)@\\\&@g'` quoted_arg="\"$esc_arg\"" -- You are receiving this mail because: You are the assignee for the bug.
