fsprojects / ProjectScaffold

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

Only pass args to fake if there are any #334

Open jeremyabbott opened 5 years ago

jeremyabbott commented 5 years ago

@jackfoxy I was seeing a weird issue in bash where fake build $@ was failing when no arguments were being passed. I changed the script conditionally call that if there actually are arguments.