aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2022-07-25 17:18:14 +0200
committerFabian Groffen <grobian@gentoo.org>2022-07-25 17:18:14 +0200
commitb716e3591933300aa3eedff56ab92d54dd17c516 (patch)
tree77719294be99f1de22ede28ce4bb61dac6964aca /make.conf.example-repatch.sh
parenteapi.sh: Remove dead EAPI 5-hdepend from regex (diff)
downloadportage-b716e3591933300aa3eedff56ab92d54dd17c516.tar.gz
portage-b716e3591933300aa3eedff56ab92d54dd17c516.tar.bz2
portage-b716e3591933300aa3eedff56ab92d54dd17c516.zip
*: use /usr/bin/env bash iso /bin/bash
For Prefix systems it's better not to use host-provided bash (if it exists at all), and this is in line with python usage as well. Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'make.conf.example-repatch.sh')
-rwxr-xr-xmake.conf.example-repatch.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/make.conf.example-repatch.sh b/make.conf.example-repatch.sh
index c97c6f20f..5aae91718 100755
--- a/make.conf.example-repatch.sh
+++ b/make.conf.example-repatch.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
die() {
echo "ERROR: $*" > /dev/stderr