goodbyekansas / nedryland

Nedryland is a collection of utilities and a build system for declaring, building and deploying microservice solutions.
https://goodbyekansas.github.io/nedryland/
BSD 3-Clause "New" or "Revised" License
9 stars 0 forks source link

🐛 Fix shellcheck not handling spaces in file names #317

Closed simonrainerson closed 1 year ago

simonrainerson commented 1 year ago

Default IFS splits on any whitespace character, <<< would split on space as well as newline.