aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2019-06-03 20:59:47 +0200
committerFabian Groffen <grobian@gentoo.org>2019-06-03 20:59:47 +0200
commit2c3d2dc5c1637afc788142155234436f068f9016 (patch)
tree82f21eae57bc82ec54cdea471e4e6ef64dde2b78
parentMerge remote-tracking branch 'overlays-gentoo-org/master' into prefix (diff)
downloadportage-2c3d2dc5.tar.gz
portage-2c3d2dc5.tar.bz2
portage-2c3d2dc5.zip
bin/save-ebuild-env: fix shebang
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
-rwxr-xr-xbin/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 1cfd79f23..7d7235f23 100755
--- a/bin/save-ebuild-env.sh
+++ b/bin/save-ebuild-env.sh
@@ -1,4 +1,4 @@
-#!@PORTAGE_PREFIX_BASH@
+#!@PORTAGE_BASH@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2