https://bz.apache.org/bugzilla/show_bug.cgi?id=60562
--- Comment #8 from Stefan Bodewig <[email protected]> --- After we've decided to go with sed (because it seemed we got it to work on Solaris as well) the whole case has become obsolete. Could you trying to replace thw whole case with just esc_arg="$(printf '%s\n' "$esc_arg" | sed -e 's@\([$"\\`]\)@\\\1@g')" ? -- You are receiving this mail because: You are the assignee for the bug.
