fsprojects / ProjectScaffold

A prototypical .NET solution (file system layout and tooling), recommended for F# projects
http://fsprojects.github.io/ProjectScaffold
The Unlicense
516 stars 153 forks source link

Handle directories containing whitespace properly #255

Closed juergenhoetzel closed 8 years ago

juergenhoetzel commented 8 years ago

Fixes error, when the build script is invoked using a path containing whitespaces:


~ $ ./Internal\ Projects/fsharp/HParser/build.sh
Cannot open assembly '.paket/paket.bootstrapper.exe': Datei oder Verzeichnis nicht gefunden.
forki commented 8 years ago

thx