summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2007-03-07 16:00:00 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2007-03-07 16:00:00 +0000
commit3c1e3a7d317dac0379149b67770c8b5ec43da671 (patch)
tree0807b5d8cd73b93cdb81f355b52d6e02eb09b3c5 /games-action
parentSet KERNEL_LOCATION to KERNEL_DIR for bug 165351. Thanks to Thomas Loeber. (diff)
downloadgentoo-2-3c1e3a7d317dac0379149b67770c8b5ec43da671.tar.gz
gentoo-2-3c1e3a7d317dac0379149b67770c8b5ec43da671.tar.bz2
gentoo-2-3c1e3a7d317dac0379149b67770c8b5ec43da671.zip
Change all instances of [ to [[.
(Portage version: 2.1.2.1)
Diffstat (limited to 'games-action')
-rw-r--r--games-action/d1x/ChangeLog7
-rw-r--r--games-action/d1x/d1x-20040118.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/games-action/d1x/ChangeLog b/games-action/d1x/ChangeLog
index 52f10f67a03a..9742bbfe51af 100644
--- a/games-action/d1x/ChangeLog
+++ b/games-action/d1x/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-action/d1x
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/d1x/ChangeLog,v 1.7 2006/10/24 22:42:18 wolf31o2 Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-action/d1x/ChangeLog,v 1.8 2007/03/07 16:00:00 wolf31o2 Exp $
+
+ 07 Mar 2007; Chris Gianelloni <wolf31o2@gentoo.org> d1x-20040118.ebuild:
+ Change all instances of [ to [[.
24 Oct 2006; Chris Gianelloni <wolf31o2@gentoo.org> d1x-20040118.ebuild:
Moved cdrom_get_cds to src_unpack since binary packages don't require the
diff --git a/games-action/d1x/d1x-20040118.ebuild b/games-action/d1x/d1x-20040118.ebuild
index ad715b098421..ffb432fb2253 100644
--- a/games-action/d1x/d1x-20040118.ebuild
+++ b/games-action/d1x/d1x-20040118.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-action/d1x/d1x-20040118.ebuild,v 1.7 2006/10/24 22:42:18 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/d1x/d1x-20040118.ebuild,v 1.8 2007/03/07 16:00:00 wolf31o2 Exp $
inherit eutils games
@@ -71,7 +71,7 @@ src_unpack() {
cat > "${T}"/d1x <<-EOS
#!/bin/sh
- if [ ! -e "\${HOME}/.d1x" ]; then
+ if [[ ! -e "\${HOME}/.d1x" ]] ; then
mkdir "\${HOME}/.d1x"
cp "${GAMES_DATADIR}/d1x/d1x.ini" "\${HOME}/.d1x/"
fi