diff options
Diffstat (limited to 'scripts/run-tool.sh')
| -rwxr-xr-x | scripts/run-tool.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/run-tool.sh b/scripts/run-tool.sh index c764626..1662a26 100755 --- a/scripts/run-tool.sh +++ b/scripts/run-tool.sh @@ -58,6 +58,7 @@ run() { if [[ "$OS" == "Windows_NT" ]]; then set -o igncr tool_path="$(cygpath -w "$tool_path")" + tool_data="$(echo "$tool_data" | sed 's/\\/\\\\/g')" fi jq_script="$(cat <<-'EOF' |
