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

Collapse All | Expand All

(-)ebuild.sh (+7 lines)
Lines 46-51 Link Here
46
# Make sure it's before everything so we don't mess aliases that follow.
46
# Make sure it's before everything so we don't mess aliases that follow.
47
unalias -a
47
unalias -a
48
48
49
if [ "$USERLAND" == "BSD" ]; then
50
	alias make=gmake
51
	alias tar=gtar
52
	alias patch=gpatch
53
	alias sed=gsed
54
fi
55
49
# Unset some variables that break things.
56
# Unset some variables that break things.
50
unset GZIP BZIP BZIP2 CDPATH
57
unset GZIP BZIP BZIP2 CDPATH
51
58

Return to bug 53368