diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2007-03-07 16:28:51 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2007-03-07 16:28:51 +0000 |
commit | 2d361843c1f7d2c37c41deed7828bd7912bc3825 (patch) | |
tree | b0f7db940c32194a4a62622d3a7af3df5e4a74ee /games-emulation/advancemame/advancemame-0.106.0.ebuild | |
parent | drop old, dropping the stable keywords for the tbird2.0 version as its not st... (diff) | |
download | gentoo-2-2d361843c1f7d2c37c41deed7828bd7912bc3825.tar.gz gentoo-2-2d361843c1f7d2c37c41deed7828bd7912bc3825.tar.bz2 gentoo-2-2d361843c1f7d2c37c41deed7828bd7912bc3825.zip |
Change all instances of [ to [[.
(Portage version: 2.1.2.1)
Diffstat (limited to 'games-emulation/advancemame/advancemame-0.106.0.ebuild')
-rw-r--r-- | games-emulation/advancemame/advancemame-0.106.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-emulation/advancemame/advancemame-0.106.0.ebuild b/games-emulation/advancemame/advancemame-0.106.0.ebuild index ed5f631d698b..92f2f0892dd8 100644 --- a/games-emulation/advancemame/advancemame-0.106.0.ebuild +++ b/games-emulation/advancemame/advancemame-0.106.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/advancemame/advancemame-0.106.0.ebuild,v 1.2 2006/07/28 00:59:08 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/advancemame/advancemame-0.106.0.ebuild,v 1.3 2007/03/07 16:28:51 wolf31o2 Exp $ inherit eutils flag-o-matic games @@ -72,7 +72,7 @@ src_install() { local f for f in adv* ; do - if [ -L "${f}" ] ; then + if [[ -L "${f}" ]] ; then dogamesbin "${f}" || die "dogamesbin failed" fi done |