From dfd8b5efba9be8e1c076263febd7ee81ef503f89 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Sun, 26 Aug 2018 06:30:01 +0200 Subject: [PATCH] scons: Fix pre_install step by using escaped double quotes (#2532) --- scons.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scons.json b/scons.json index 3b11dd288d..aba7f2d005 100644 --- a/scons.json +++ b/scons.json @@ -5,7 +5,7 @@ "version": "3.0.1", "url": "https://downloads.sourceforge.net/project/scons/scons-local/3.0.1/scons-local-3.0.1.zip", "hash": "4ab1f274015287744a497dcbd522ff1446f28d3de9aad630aac37042a16f7bde", - "pre_install": "echo \"python '$dir\\scons.py' @args\" | out-file '$dir\\scons.ps1'", + "pre_install": "echo \"python `\"$dir\\scons.py`\" @args\" | out-file \"$dir\\scons.ps1\"", "bin": [ "scons.ps1" ],