Fix syntax error in call to get_mounts in cdrom function.
authorJoel Martin <kanaka@gentoo.org>
Sat, 11 Nov 2006 14:51:47 +0000 (14:51 +0000)
committerJoel Martin <kanaka@gentoo.org>
Sat, 11 Nov 2006 14:51:47 +0000 (14:51 +0000)
eclass/eutils.eclass

index fcb6a5d2be5ce4ac38e398317c95145313e4e61f..abd4ffc222703029766376fea806439210e8400a 100644 (file)
@@ -1,6 +1,6 @@
 # Copyright 1999-2006 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/eutils.eclass,v 1.259 2006/11/10 15:56:58 uberlord Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/eutils.eclass,v 1.260 2006/11/11 14:51:47 kanaka Exp $
 #
 # This eclass is for general purpose functions that most ebuilds
 # have to implement themselves.
@@ -1413,7 +1413,7 @@ _cdrom_locate_file_on_cd() {
                                export CDROM_SET=${i}
                                export CDROM_MATCH=${cdset[${i}]}
                                return
-                       done < <(get_mounts)
+                       done < $(get_mounts)
 
                        ((++i))
                done