diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2007-03-07 16:48:48 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2007-03-07 16:48:48 +0000 |
commit | 760d63f322a461e1c5caae259bc391133c2d772f (patch) | |
tree | 69ed0ddd5d61b9b2d037b417a7969578d83760fe /games-emulation/kigb | |
parent | Change all instances of [ to [[. (diff) | |
download | gentoo-2-760d63f322a461e1c5caae259bc391133c2d772f.tar.gz gentoo-2-760d63f322a461e1c5caae259bc391133c2d772f.tar.bz2 gentoo-2-760d63f322a461e1c5caae259bc391133c2d772f.zip |
Change all instances of [ to [[.
(Portage version: 2.1.2.1)
Diffstat (limited to 'games-emulation/kigb')
-rw-r--r-- | games-emulation/kigb/ChangeLog | 5 | ||||
-rw-r--r-- | games-emulation/kigb/files/kigb | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-emulation/kigb/ChangeLog b/games-emulation/kigb/ChangeLog index cb59fd515214..fd4876f72621 100644 --- a/games-emulation/kigb/ChangeLog +++ b/games-emulation/kigb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-emulation/kigb # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/kigb/ChangeLog,v 1.11 2007/02/21 23:22:45 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/kigb/ChangeLog,v 1.12 2007/03/07 16:48:48 wolf31o2 Exp $ + + 07 Mar 2007; Chris Gianelloni <wolf31o2@gentoo.org> files/kigb: + Change all instances of [ to [[. 21 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog: Transition to Manifest2. diff --git a/games-emulation/kigb/files/kigb b/games-emulation/kigb/files/kigb index 0eaa8177e3b9..8ceb7d106564 100644 --- a/games-emulation/kigb/files/kigb +++ b/games-emulation/kigb/files/kigb @@ -1,11 +1,11 @@ #!/bin/bash # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/kigb/files/kigb,v 1.4 2004/08/31 11:15:11 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/kigb/files/kigb,v 1.5 2007/03/07 16:48:48 wolf31o2 Exp $ kigb_dir="${HOME}/.kigb" -if [ ! -d "${kigb_dir}" ] ; then +if [[ ! -d "${kigb_dir}" ]] ; then mkdir -p "${kigb_dir}" cd "${kigb_dir}" mkdir cfg inp rom save snap state |