geelen / shellac

Coat your shell scripts in something a bit more beautiful
MIT License
156 stars 4 forks source link

Fix and test for directories with spaces, and for whitespace test issue #7

Closed superhighfives closed 3 years ago

superhighfives commented 3 years ago

Adds a test and a fix for the bug where directories with spaces would hang when using shellac (was occuring when using Shellac in a directory with a space in releasecast): https://github.com/superhighfives/releasecast/blob/2fa6f6c881e66730d3fb08ae718323f12a3a5a75/src/index.ts#L48)

Also trims whitespace for the should handle bash-y things test, which was failing on macOS.