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

Collapse All | Expand All

(-)/usr/bin/emerge-delta-webrsync (+5 lines)
Lines 21-26 Link Here
21
TMPDIR="${f%%|*}/snapshots"
21
TMPDIR="${f%%|*}/snapshots"
22
unset IFS
22
unset IFS
23
23
24
if [ $(id -u) -ne 0 ]; then
25
	echo "ERROR: $0 has to be run as root"
26
	exit 1
27
fi
28
24
source /usr/lib/portage/bin/isolated-functions.sh || exit 1
29
source /usr/lib/portage/bin/isolated-functions.sh || exit 1
25
30
26
if [ -z "$NICENESS_PULLED" ]; then
31
if [ -z "$NICENESS_PULLED" ]; then

Return to bug 176008