fix string escape issued with replacement string for test support launcher

This commit is contained in:
Georg Herdt
2020-11-09 18:54:47 +01:00
parent 211093fecb
commit 54a7f69335
@@ -82,7 +82,8 @@ while [ "$2" != "" ]; do
else
echo "Patching $2 ..."
if echo "$2" | grep -q winddbTest; then
patched_workspace_bundles="${workspace_bundles}${NL}<setEntry value=\"com.sap.sailing.server.gateway.test.support@default:default\"\/>${NL}"
launchEscape=$'\@default:default'
patched_workspace_bundles="${workspace_bundles}${NL}<setEntry value=\"com.sap.sailing.server.gateway.test.support${launchEscape}\"\/>${NL}"
else
patched_workspace_bundles="${workspace_bundles}"
fi