From 673d924819e18478d7a1c2d1a120cf5748c82a00 Mon Sep 17 00:00:00 2001 From: fuzzyray Date: Thu, 21 Feb 2008 14:16:14 +0000 Subject: Use /etc/init.d/functions.sh instead of /sbin/functions.sh. (Bug 210940) svn path=/; revision=474 --- trunk/src/revdep-rebuild/revdep-rebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'trunk/src') diff --git a/trunk/src/revdep-rebuild/revdep-rebuild b/trunk/src/revdep-rebuild/revdep-rebuild index 03ec38a..4496d59 100755 --- a/trunk/src/revdep-rebuild/revdep-rebuild +++ b/trunk/src/revdep-rebuild/revdep-rebuild @@ -231,7 +231,7 @@ setup_color() { # environment. export NOCOLOR=$(portageq envvar NOCOLOR) [[ $NOCOLOR = yes || $NOCOLOR = true ]] && export RC_NOCOLOR=yes # HACK! (grr) - . /sbin/functions.sh + . /etc/init.d/functions.sh } ## -- cgit v1.2.3