https://bz.apache.org/bugzilla/show_bug.cgi?id=60562
--- Comment #5 from Thomas Stecher <[email protected]> --- No it doesn't help. When calling it with "sh -v ant" I get this Output: case "$esc_tool" in 'sed') # Mac bsd_sed does not support group-0, so pattern uses group-1 # Solaris sed only proceses lines with trailing newline, passing in an extra newline # subshell assignment will trim the added trailing newline esc_arg="$(printf '%s\n' "$esc_arg" | sed -e 's@\([$"\\`]\)@\\\1@g')" ;; # 'awk') # esc_arg="$(printf '%s' "$esc_arg" | "$awk_exec" '{ gsub(/\\/, "\\\\"); print }' )" # esc_arg="$(printf '%s' "$esc_arg" | "$awk_exec" '{ gsub(/\$/, "\\$"); print }' )" # esc_arg="$(printf '%s' "$esc_arg" | "$awk_exec" '{ gsub(/\"/, "\\\""); print }' )" # esc_arg="$(printf '%s' "$esc_arg" | "$awk_exec" '{ gsub(/`/, "\\`")./ant: syntax error at line 66: `)' unexpected -- You are receiving this mail because: You are the assignee for the bug.
