From 3d1dcb31a9a05d0363a76d8f2a913fae438e1c9a Mon Sep 17 00:00:00 2001 From: Ganesh Viswanathan Date: Sat, 21 Dec 2019 22:42:36 -0800 Subject: Fix execAction issue on Windows --- nimterop/build.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nimterop/build.nim b/nimterop/build.nim index bd0a0b1..5a4dad7 100644 --- a/nimterop/build.nim +++ b/nimterop/build.nim @@ -350,7 +350,7 @@ proc findFile*(file: string, dir: string, recurse = true, first = false, regex = var cmd = when defined(windows): - "nimgrep --filenames --oneline --nocolor $1 $2 $3" + "nimgrep --filenames --oneline --nocolor $1 \"$2\" $3" elif defined(linux): "find $3 $1 -regextype egrep -regex $2" elif defined(osx): -- cgit v1.2.3