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

Collapse All | Expand All

(-)env-update.sh.orig (-8 / +4 lines)
Lines 28-41 Link Here
28
if [ "$1" == "-u" ]
28
if [ "$1" == "-u" ]
29
then
29
then
30
	update=0
30
	update=0
31
	for config in /etc/env.d
31
	if dependencyChanged "${svcdir}/envcache" /etc/env.d /etc/env.d/*
32
	do
32
	then
33
		if [ "${config}" -nt "${svcdir}/envcache" ]
33
		update=1
34
		then
34
	fi
35
			update=1
36
			break
37
		fi
38
	done
39
	shift
35
	shift
40
fi
36
fi
41
[ ${update} -eq 0 ] && exit 0
37
[ ${update} -eq 0 ] && exit 0

Return to bug 71285