aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGanesh Viswanathan <dev@genotrance.com>2019-12-23 13:38:39 -0600
committerGanesh Viswanathan <dev@genotrance.com>2019-12-23 13:38:39 -0600
commit113656ef15cc0e1f67cab5e830dbd877b76e2739 (patch)
tree5c0c69a0f99d8395ec3eec8ba56ba461c36d314b
parent1cfcceddb4eb213daf7d190081336e72306a9f45 (diff)
parent3d1dcb31a9a05d0363a76d8f2a913fae438e1c9a (diff)
downloadnimterop-issue144.tar.gz
nimterop-issue144.zip
Merge branch 'issue144' of https://github.com/nimterop/nimterop into issue144issue144
-rw-r--r--nimterop/build.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/nimterop/build.nim b/nimterop/build.nim
index 69cbe95..6ac21e9 100644
--- a/nimterop/build.nim
+++ b/nimterop/build.nim
@@ -355,7 +355,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):