summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2011-03-07 12:48:15 +0000
committerMike Frysinger <vapier@gentoo.org>2011-03-07 12:48:15 +0000
commitbf56d1c1df9a590c54e5447a9fbabe5dc833f503 (patch)
tree2bd25358f3a7f79cd3066861d28d2bc061850607 /sys-devel
parentold (diff)
downloadgentoo-2-bf56d1c1df9a590c54e5447a9fbabe5dc833f503.tar.gz
gentoo-2-bf56d1c1df9a590c54e5447a9fbabe5dc833f503.tar.bz2
gentoo-2-bf56d1c1df9a590c54e5447a9fbabe5dc833f503.zip
Change "source /etc/profile" to ". /etc/profile" for dumb shells #349522 by Ulrich Müller.
(Portage version: 2.2.0_alpha25/cvs/Linux x86_64)
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/gcc-config/ChangeLog7
-rw-r--r--sys-devel/gcc-config/files/gcc-config-1.4.110
-rwxr-xr-xsys-devel/gcc-config/files/gcc-config-1.58
3 files changed, 15 insertions, 10 deletions
diff --git a/sys-devel/gcc-config/ChangeLog b/sys-devel/gcc-config/ChangeLog
index cc8753c64a0e..0d0a11f4ef2a 100644
--- a/sys-devel/gcc-config/ChangeLog
+++ b/sys-devel/gcc-config/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sys-devel/gcc-config
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/ChangeLog,v 1.189 2011/02/06 11:33:58 leio Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/ChangeLog,v 1.190 2011/03/07 12:48:15 vapier Exp $
+
+ 07 Mar 2011; Mike Frysinger <vapier@gentoo.org> files/gcc-config-1.4.1,
+ files/gcc-config-1.5:
+ Change "source /etc/profile" to ". /etc/profile" for dumb shells #349522 by
+ Ulrich Müller.
06 Feb 2011; Mart Raudsepp <leio@gentoo.org> gcc-config-1.3.16.ebuild,
gcc-config-1.4.0-r4.ebuild:
diff --git a/sys-devel/gcc-config/files/gcc-config-1.4.1 b/sys-devel/gcc-config/files/gcc-config-1.4.1
index da57a4fa01a2..53b71f16f434 100644
--- a/sys-devel/gcc-config/files/gcc-config-1.4.1
+++ b/sys-devel/gcc-config/files/gcc-config-1.4.1
@@ -1,7 +1,7 @@
#!/bin/bash
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/files/gcc-config-1.4.1,v 1.10 2009/12/27 16:03:52 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/files/gcc-config-1.4.1,v 1.11 2011/03/07 12:48:15 vapier Exp $
trap ":" INT QUIT TSTP
@@ -393,7 +393,7 @@ switch_profile() {
ewarn "If you intend to use the gcc from the new profile in an already"
ewarn "running shell, please remember to do:"
echo
- ewarn " # source /etc/profile"
+ ewarn " . /etc/profile"
echo
fi
@@ -694,9 +694,9 @@ for x in "$@" ; do
rcsfile="$RCSfile: gcc-config-1.4.1,v $"
rcsfile=${rcsfile#: }
rcsfile=${rcsfile%,v*}
- cvsrev="$Revision: 1.10 $"
+ cvsrev="$Revision: 1.11 $"
cvsrev=${cvsrev#: }
- cvsdate="$Date: 2009/12/27 16:03:52 $"
+ cvsdate="$Date: 2011/03/07 12:48:15 $"
cvsdate=${cvsdate#: }
echo "${rcsfile} (r${cvsrev% *} @ ${cvsdate% *})"
exit 0
diff --git a/sys-devel/gcc-config/files/gcc-config-1.5 b/sys-devel/gcc-config/files/gcc-config-1.5
index 3cd4c1d2ec00..badbf4352abe 100755
--- a/sys-devel/gcc-config/files/gcc-config-1.5
+++ b/sys-devel/gcc-config/files/gcc-config-1.5
@@ -1,7 +1,7 @@
#!/bin/bash
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/files/gcc-config-1.5,v 1.3 2011/01/18 07:04:36 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/files/gcc-config-1.5,v 1.4 2011/03/07 12:48:15 vapier Exp $
# Format of /etc/env.d/gcc/:
# config-TARGET: CURRENT=version for TARGET
@@ -366,7 +366,7 @@ switch_profile() {
ewarn "If you intend to use the gcc from the new profile in an already"
ewarn "running shell, please remember to do:"
echo
- ewarn " # source /etc/profile"
+ ewarn " . /etc/profile"
echo
fi
@@ -618,9 +618,9 @@ for x in "$@" ; do
rcsfile="$RCSfile: gcc-config-1.5,v $"
rcsfile=${rcsfile#: }
rcsfile=${rcsfile%,v*}
- cvsrev="$Revision: 1.3 $"
+ cvsrev="$Revision: 1.4 $"
cvsrev=${cvsrev#: }
- cvsdate="$Date: 2011/01/18 07:04:36 $"
+ cvsdate="$Date: 2011/03/07 12:48:15 $"
cvsdate=${cvsdate#: }
echo "${rcsfile} (r${cvsrev% *} @ ${cvsdate% *})"
exit 0