summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2013-01-04 20:37:35 -0800
committerZac Medico <zmedico@gentoo.org>2013-01-04 20:37:35 -0800
commit199984e45915bed2dd98f8623430fac0495b4507 (patch)
treeb2b3824421ff398dcdf7a5dde28b076cacbebd03 /bin
parent730572c343879be1c96b884c39ebb47b03d7ad70 (diff)
downloadportage-199984e45915bed2dd98f8623430fac0495b4507.tar.gz
portage-199984e45915bed2dd98f8623430fac0495b4507.tar.bz2
portage-199984e45915bed2dd98f8623430fac0495b4507.zip
Add QA_AM_MAINTAINER_MODE for bug #450278.
Diffstat (limited to 'bin')
-rw-r--r--bin/phase-functions.sh6
1 files changed, 5 insertions, 1 deletions
diff --git a/bin/phase-functions.sh b/bin/phase-functions.sh
index 5880f83c8..01c6f556f 100644
--- a/bin/phase-functions.sh
+++ b/bin/phase-functions.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# Hardcoded bash lists are needed for backward compatibility with
@@ -562,6 +562,10 @@ __dyn_install() {
x=$(echo -n ${!f})
[[ -n $x ]] && echo "$x" > $f
done
+ # whitespace preserved
+ for f in QA_AM_MAINTAINER_MODE ; do
+ [[ -n ${!f} ]] && echo "${!f}" > $f
+ done
fi
echo "${USE}" > USE
echo "${EAPI:-0}" > EAPI