diff options
author | 2007-03-07 15:55:40 +0000 | |
---|---|---|
committer | 2007-03-07 15:55:40 +0000 | |
commit | 09e57e7149076e5cf2ce0e8a133089da1975ef71 (patch) | |
tree | e4e5ff0f1259097dc24f175cd0bd5ccafeffbbc0 /games-action/d2x/d2x-0.2.5-r3.ebuild | |
parent | Updated the ebuild with changes from Hendrik Iben <hiben@tzi.de> and Paul Bre... (diff) | |
download | gentoo-2-09e57e7149076e5cf2ce0e8a133089da1975ef71.tar.gz gentoo-2-09e57e7149076e5cf2ce0e8a133089da1975ef71.tar.bz2 gentoo-2-09e57e7149076e5cf2ce0e8a133089da1975ef71.zip |
Change all instances of [ to [[.
(Portage version: 2.1.2.1)
Diffstat (limited to 'games-action/d2x/d2x-0.2.5-r3.ebuild')
-rw-r--r-- | games-action/d2x/d2x-0.2.5-r3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-action/d2x/d2x-0.2.5-r3.ebuild b/games-action/d2x/d2x-0.2.5-r3.ebuild index e66bb40d5fe5..79430b5b39aa 100644 --- a/games-action/d2x/d2x-0.2.5-r3.ebuild +++ b/games-action/d2x/d2x-0.2.5-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/d2x/d2x-0.2.5-r3.ebuild,v 1.1 2007/01/09 21:54:12 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/d2x/d2x-0.2.5-r3.ebuild,v 1.2 2007/03/07 15:55:40 wolf31o2 Exp $ inherit eutils flag-o-matic games @@ -48,10 +48,10 @@ src_compile() { mkdir my-bins for ren in sdl $(useq opengl && echo opengl) \ $(useq svga && echo svga) $(useq ggi && echo ggi) ; do - [ "${ren}" == "sdl" ] \ + [[ "${ren}" == "sdl" ]] \ && renconf="" \ || renconf="--with-${ren}" - [ "${ren}" == "svga" ] \ + [[ "${ren}" == "svga" ]] \ && defflags="-DSVGALIB_INPUT" \ || defflags="" make distclean |