From 7809393a6d18781ac96f6d009a677af70fa59450 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Wed, 29 May 2019 18:05:10 +0200 Subject: Quote some strings To emphasize that I want `\r` as a literal, but `$ruby_version` evaluated. --- .azure-pipelines/patch_readline.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure-pipelines/patch_readline.sh b/.azure-pipelines/patch_readline.sh index 85e7f80efb..69bf661a1b 100644 --- a/.azure-pipelines/patch_readline.sh +++ b/.azure-pipelines/patch_readline.sh @@ -1,3 +1,3 @@ ruby_version=$(ruby -e 'puts RUBY_VERSION') -git apply --ignore-space-change --ignore-whitespace .azure-pipelines\rbreadline.diff --directory=C:/hostedtoolcache/windows/Ruby/$ruby_version/x64/lib/ruby/site_ruby --unsafe-paths +git apply --ignore-space-change --ignore-whitespace '.azure-pipelines\rbreadline.diff' --directory="C:/hostedtoolcache/windows/Ruby/$ruby_version/x64/lib/ruby/site_ruby" --unsafe-paths -- cgit v1.2.1