diff options
Diffstat (limited to 'dev-lang/python/files/python-updater-r1')
-rw-r--r-- | dev-lang/python/files/python-updater-r1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/python/files/python-updater-r1 b/dev-lang/python/files/python-updater-r1 index 823a355114d0..09d9321675ba 100644 --- a/dev-lang/python/files/python-updater-r1 +++ b/dev-lang/python/files/python-updater-r1 @@ -40,7 +40,7 @@ PORTAGE_PYTHON="/usr/bin/python" # load the gentoo-style info macros, but hack to get around # it thinking this is an rc script EBUILD="1" -source /sbin/functions.sh +source /etc/init.d/functions.sh || exit 1 |