aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-08-27 17:23:37 +0100
committerSam James <sam@gentoo.org>2022-08-27 17:23:37 +0100
commit3533400bc3eccdd0c6ecbc63f977cfbe27dd4d1e (patch)
treed3ca0dbef4c741e3ab397075c86b0f30474fdf92 /make-tarball.sh
parentmake-tarball.sh: set XZ_OPT (diff)
downloadgcc-patches-3533400bc3eccdd0c6ecbc63f977cfbe27dd4d1e.tar.gz
gcc-patches-3533400bc3eccdd0c6ecbc63f977cfbe27dd4d1e.tar.bz2
gcc-patches-3533400bc3eccdd0c6ecbc63f977cfbe27dd4d1e.zip
make-tarball.sh: use /usr/bin/env bash shebang
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'make-tarball.sh')
-rwxr-xr-xmake-tarball.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/make-tarball.sh b/make-tarball.sh
index fe7439f..7ded1f1 100755
--- a/make-tarball.sh
+++ b/make-tarball.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
#set -x
XZ_OPT=${XZ_OPT-"-T0 -9"}