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 /bin/save-ebuild-env.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 'bin/save-ebuild-env.sh')
-rw-r--r--bin/save-ebuild-env.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/save-ebuild-env.sh b/bin/save-ebuild-env.sh
index 17e4b1b3e..18a82ad4c 100644
--- a/bin/save-ebuild-env.sh
+++ b/bin/save-ebuild-env.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2