Fix install not working when spaces are in bin path
This commit is contained in:
parent
e6057a0084
commit
4fa4404df8
1 changed files with 1 additions and 1 deletions
|
|
@ -317,7 +317,7 @@ proc buildFromDir(pkgInfo: PackageInfo, paths: seq[string], forRelease: bool) =
|
|||
createDir(outputDir)
|
||||
|
||||
try:
|
||||
doCmd(getNimBin() & " $# $# --noBabelPath $# $# \"$#\"" %
|
||||
doCmd("\"" & getNimBin() & "\" $# $# --noBabelPath $# $# \"$#\"" %
|
||||
[pkgInfo.backend, releaseOpt, args, outputOpt,
|
||||
realDir / bin.changeFileExt("nim")])
|
||||
except NimbleError:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue