From 23cbbafb5efee3018de838fd2343c7ba85635e1f Mon Sep 17 00:00:00 2001 From: gitolicious Date: Wed, 8 Nov 2017 17:12:56 +0100 Subject: [PATCH] bfg: version variable is not resolved properly (#1823) bfg: version variable is not resolved properly --- bfg.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bfg.json b/bfg.json index 47c26e9c10..45e1357875 100644 --- a/bfg.json +++ b/bfg.json @@ -15,7 +15,7 @@ "BFG_HOME": "$dir" }, "pre_install": " - $exe = 'java -jar $env:BFG_HOME\\bfg-$version.jar $args' + $exe = \"java -jar `$env:BFG_HOME\\bfg-$version.jar `$args\" write-output $exe | out-file -filepath $dir\\bfg.ps1 ", "checkver": {