Merge branch 'issue144' of https://github.com/nimterop/nimterop into issue144
This commit is contained in:
commit
113656ef15
1 changed files with 1 additions and 1 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue