Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 17051
Collapse All | Expand All

(-)portage-2.0.49-r15.orig/bin/ebuild.sh (-5 / +12 lines)
Lines 3-8 Link Here
3
# Distributed under the terms of the GNU General Public License v2
3
# Distributed under the terms of the GNU General Public License v2
4
# $Header: /home/cvsroot/gentoo-src/portage/bin/ebuild.sh,v 1.143 2003/10/13 07:43:38 carpaski Exp $
4
# $Header: /home/cvsroot/gentoo-src/portage/bin/ebuild.sh,v 1.143 2003/10/13 07:43:38 carpaski Exp $
5
5
6
if [ "${LC_ALL+set}" = set ]; then
7
	if [ -z "$LC_MESSAGES" ]; then LC_MESSAGES=$LC_ALL; fi
8
	if [ -z "$LC_MONETARY" ]; then LC_MONETARY=$LC_ALL; fi
9
	if [ -z "$LC_TIME" ]; then LC_TIME=$LC_ALL; fi
10
	unset LC_ALL
11
	export LC_MESSAGES LC_MONETARY LC_TIME
12
fi
13
LC_COLLATE="C"
14
LC_CTYPE="C"
15
LC_NUMERIC="C"
16
export LC_COLLATE LC_CTYPE LC_NUMERIC
17
6
if [ "$*" != "depend" ] && [ "$*" != "clean" ]; then
18
if [ "$*" != "depend" ] && [ "$*" != "clean" ]; then
7
	if [ -f ${T}/successful ]; then
19
	if [ -f ${T}/successful ]; then
8
		rm -f ${T}/successful
20
		rm -f ${T}/successful
Lines 684-694 Link Here
684
		echo -ne "\a"; sleep 0.25 &>/dev/null; echo -ne "\a"; sleep 0.25 &>/dev/null
696
		echo -ne "\a"; sleep 0.25 &>/dev/null; echo -ne "\a"; sleep 0.25 &>/dev/null
685
		echo -ne "\a"; sleep 0.25 &>/dev/null; echo -ne "\a"; sleep 0.25 &>/dev/null
697
		echo -ne "\a"; sleep 0.25 &>/dev/null; echo -ne "\a"; sleep 0.25 &>/dev/null
686
		echo -ne "\a"; sleep 0.25 &>/dev/null; echo -ne "\a"; sleep 0.25 &>/dev/null
698
		echo -ne "\a"; sleep 0.25 &>/dev/null; echo -ne "\a"; sleep 0.25 &>/dev/null
687
688
		echo -ne "\a"; sleep 0,25 &>/dev/null; echo -ne "\a"; sleep 0,25 &>/dev/null
689
		echo -ne "\a"; sleep 0,25 &>/dev/null; echo -ne "\a"; sleep 0,25 &>/dev/null
690
		echo -ne "\a"; sleep 0,25 &>/dev/null; echo -ne "\a"; sleep 0,25 &>/dev/null
691
		echo -ne "\a"; sleep 0,25 &>/dev/null; echo -ne "\a"; sleep 0,25 &>/dev/null
692
		sleep 3
699
		sleep 3
693
	fi
700
	fi
694
701

Return to bug 17051