CyberShadow / Digger

A tool to build D and bisect old D versions
Other
57 stars 9 forks source link

digger does not recognize ~ in path #12

Closed mihails-strasuns closed 9 years ago

mihails-strasuns commented 9 years ago

Got really confused for a moment when initially trying out digger on Linux x86_84 and setting workDir = ~/.digger - it escaped the ~ symbol instead of passing it to host shell as-is resulting in local ~ directory created. This didn't go well with D build system which crashed when trying to build druntime. Using workDir = /home/user/.digger instead has fixed the issue.