diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2002-11-24 01:26:21 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2002-11-24 01:26:21 +0000 |
commit | 6c6b406dd80e46d92765b01dd9dfa12504574393 (patch) | |
tree | 8c0db7589283b97e408f6a29ae255810828eddd9 /sys-devel/gcc/files/fix_libtool_files.sh | |
parent | fix libtool linker scripts problem (diff) | |
download | historical-6c6b406dd80e46d92765b01dd9dfa12504574393.tar.gz historical-6c6b406dd80e46d92765b01dd9dfa12504574393.tar.bz2 historical-6c6b406dd80e46d92765b01dd9dfa12504574393.zip |
source profile
Diffstat (limited to 'sys-devel/gcc/files/fix_libtool_files.sh')
-rw-r--r-- | sys-devel/gcc/files/fix_libtool_files.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sys-devel/gcc/files/fix_libtool_files.sh b/sys-devel/gcc/files/fix_libtool_files.sh index e183f7086c4c..5fc625104ca1 100644 --- a/sys-devel/gcc/files/fix_libtool_files.sh +++ b/sys-devel/gcc/files/fix_libtool_files.sh @@ -1,5 +1,10 @@ #!/bin/bash +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# Author: Martin Schlemmer <azarah@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/files/fix_libtool_files.sh,v 1.2 2002/11/24 01:26:21 azarah Exp $ +source /etc/profile source /etc/init.d/functions.sh if [ "`id -u`" -ne 0 ] |