Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(maint) update scripts/release/release.sh (#199)
- use $(...) over `...` (backticks) because it is the legacy syntax required by only the very oldest of non-POSIX-compatible bourne-shells - remove un-used `START_DIR` variable - use `printf` bringing it up to date with the rest of the script and honors the `\n` without needing a `-e` flag.
- Loading branch information