Commit 4014c048 authored by Yuichiro NAITO's avatar Yuichiro NAITO
Browse files

Fix to wrap bash by /usr/bin/env

parent d799bddb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
#!/bin/bash
#!/usr/bin/env bash
# Usage: script/brew-publish <formula-name> <repo> <version>
set -euo pipefail

+1 −1
Original line number Diff line number Diff line
#!/bin/bash
#!/usr/bin/env bash
# Usage: script/release
#
# - checks out the master branch