summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2020-11-30 10:31:26 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2021-07-11 17:01:07 +0000
commitdb7c2b4698eb0bad255fe06254363e09438abfac (patch)
tree4a32084eec5aa773e0bcf7e209005346da1da49e
parentbe96cbc964548660f7701f2f3faa3745069ced51 (diff)
release: use a portable shebang
Instead of assuming there's a /bin/bash, use env to find bash
-rwxr-xr-xrelease.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/release.sh b/release.sh
index 250bd0e..bbe0182 100755
--- a/release.sh
+++ b/release.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
#
# Creates and upload a git module tarball
#