Make root bin relative

This commit is contained in:
Luis Blanco 2018-05-13 22:54:35 +03:00
parent 183aba4b6f
commit d07c7d747e
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ const paths = dir => {
const includePath = `${nanInclude} ${thisInclude}`;
const binPath = `${rootPath}/${currentDir}`;
const binPath = currentDir;
const mkdirPath = isWindows ? `${rootPath}/_mkdir.bat` : 'mkdir';
const rmPath = isWindows ? `${rootPath}/_rm.bat` : 'rm';