diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2007-03-07 17:06:27 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2007-03-07 17:06:27 +0000 |
commit | 2c5ca05f5dae5290ec8d5b97646494cd363bee2e (patch) | |
tree | 584d574e8f2a15e1561c72361111c0d431799299 /games-roguelike | |
parent | Change all instances of [ to [[. (diff) | |
download | gentoo-2-2c5ca05f5dae5290ec8d5b97646494cd363bee2e.tar.gz gentoo-2-2c5ca05f5dae5290ec8d5b97646494cd363bee2e.tar.bz2 gentoo-2-2c5ca05f5dae5290ec8d5b97646494cd363bee2e.zip |
Change all instances of [ to [[.
(Portage version: 2.1.2.1)
Diffstat (limited to 'games-roguelike')
-rw-r--r-- | games-roguelike/nethack/ChangeLog | 8 | ||||
-rw-r--r-- | games-roguelike/nethack/nethack-3.4.3-r1.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/games-roguelike/nethack/ChangeLog b/games-roguelike/nethack/ChangeLog index 1007152f71f9..130558e2ea3a 100644 --- a/games-roguelike/nethack/ChangeLog +++ b/games-roguelike/nethack/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-roguelike/nethack -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-roguelike/nethack/ChangeLog,v 1.23 2006/11/18 01:47:57 compnerd Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-roguelike/nethack/ChangeLog,v 1.24 2007/03/07 17:06:27 wolf31o2 Exp $ + + 07 Mar 2007; Chris Gianelloni <wolf31o2@gentoo.org> + nethack-3.4.3-r1.ebuild: + Change all instances of [ to [[. 18 Nov 2006; Saleem Abdulrasool <compnerd@gentoo.org> nethack-3.4.3-r1.ebuild: drop gnome useflag for gnome-1.x removal diff --git a/games-roguelike/nethack/nethack-3.4.3-r1.ebuild b/games-roguelike/nethack/nethack-3.4.3-r1.ebuild index 5d5283fcd1fe..2b56aee411d3 100644 --- a/games-roguelike/nethack/nethack-3.4.3-r1.ebuild +++ b/games-roguelike/nethack/nethack-3.4.3-r1.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-roguelike/nethack/nethack-3.4.3-r1.ebuild,v 1.16 2006/11/18 01:47:57 compnerd Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-roguelike/nethack/nethack-3.4.3-r1.ebuild,v 1.17 2007/03/07 17:06:27 wolf31o2 Exp $ inherit eutils toolchain-funcs flag-o-matic games @@ -49,7 +49,7 @@ src_unpack() { -e "s:GENTOO_HACKDIR:${HACKDIR}:" include/config.h \ || die "seting hackdir" # set the default pager from the environment bug #52122 - if [ -n "${PAGER}" ] ; then + if [[ -n "${PAGER}" ]] ; then sed -i \ -e "115c\#define DEF_PAGER \"${PAGER}\"" \ include/unixconf.h \ |