Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 524964 | Differences between
and this patch

Collapse All | Expand All

(-)a/bin/bashrc-functions.sh (-7 / +1 lines)
Lines 1-12 Link Here
1
#!/bin/bash
1
#!/bin/bash
2
# Copyright 1999-2013 Gentoo Foundation
2
# Copyright 1999-2014 Gentoo Foundation
3
# Distributed under the terms of the GNU General Public License v2
3
# Distributed under the terms of the GNU General Public License v2
4
4
5
portageq() {
6
	PYTHONPATH=${PORTAGE_PYTHONPATH:-${PORTAGE_PYM_PATH}}\
7
	"${PORTAGE_PYTHON:-/usr/bin/python}" "${PORTAGE_BIN_PATH}/portageq" "$@"
8
}
9
10
register_die_hook() {
5
register_die_hook() {
11
	local x
6
	local x
12
	for x in $* ; do
7
	for x in $* ; do
13
- 

Return to bug 524964