mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-19 12:15:28 +00:00
fix string escape issued with replacement string for test support launcher
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user