summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-04-29 12:18:30 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-04-29 12:18:30 +0000
commitc50c67852498c4435c72b0fa0d62f3087240ab53 (patch)
tree60abb5c085562c8a765db73d39a04b87c1ff193d /eclass/libtool.eclass
parentppc stable, bug #131201 (diff)
downloadgentoo-2-c50c67852498c4435c72b0fa0d62f3087240ab53.tar.gz
gentoo-2-c50c67852498c4435c72b0fa0d62f3087240ab53.tar.bz2
gentoo-2-c50c67852498c4435c72b0fa0d62f3087240ab53.zip
Fix bash comment, bug #131649.
Diffstat (limited to 'eclass/libtool.eclass')
-rw-r--r--eclass/libtool.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/libtool.eclass b/eclass/libtool.eclass
index 0593514f2103..8778cbd4d76c 100644
--- a/eclass/libtool.eclass
+++ b/eclass/libtool.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/libtool.eclass,v 1.70 2006/04/28 16:23:54 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/libtool.eclass,v 1.71 2006/04/29 12:18:30 flameeyes Exp $
#
# Author: Martin Schlemmer <azarah@gentoo.org>
#
@@ -127,7 +127,7 @@ elibtoolize() {
local do_uclibc="yes"
local deptoremove=
local my_dirlist=
- local elt_patches="portage relink max_cmd_len sed test tmp"# kde-fastinstall
+ local elt_patches="portage relink max_cmd_len sed test tmp" # kde-fastinstall
local start_dir=${PWD}
my_dirlist=$(ELT_find_ltmain_sh)