Commit 4014c048 by Yuichiro NAITO

Fix to wrap bash by /usr/bin/env

parent d799bddb
#!/bin/bash #!/usr/bin/env bash
# Usage: script/brew-publish <formula-name> <repo> <version> # Usage: script/brew-publish <formula-name> <repo> <version>
set -euo pipefail set -euo pipefail
......
#!/bin/bash #!/usr/bin/env bash
# Usage: script/release # Usage: script/release
# #
# - checks out the master branch # - checks out the master branch
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment