From db96be1b952fb028c8b7cefefe425697224dbc43 Mon Sep 17 00:00:00 2001 From: William Ellis Date: Thu, 16 Apr 2020 15:55:43 +0200 Subject: [PATCH] Quote path in order to support spaces in path (#947) --- bucket/ack.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bucket/ack.json b/bucket/ack.json index 3eec703a97..81c0ff37de 100644 --- a/bucket/ack.json +++ b/bucket/ack.json @@ -7,7 +7,7 @@ "hash": "e4fd286d5a56f459147d562660d2f8bc4548f2f1e2d8cf3a5265b70beedbfc87", "bin": "ack.bat", "depends": "perl", - "pre_install": "Set-Content -Value '@perl.exe %~dp0ack-single-file %*' -Path \"$dir\\ack.bat\"", + "pre_install": "Set-Content -Value '@perl.exe \"%~dp0ack-single-file\" %*' -Path \"$dir\\ack.bat\"", "checkver": { "url": "https://beyondgrep.com/install/", "re": "The current stable version of ack is v([\\d.]+),"