diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2007-03-07 16:55:21 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2007-03-07 16:55:21 +0000 |
commit | 4f1a983e029aae62b5ed6c8cff5c1ec9a4309997 (patch) | |
tree | f9993fab42e85acc57df3ed88cc44a70393af9df /games-fps/ut2003-bonuspack-epic | |
parent | Change all instances of [ to [[. (diff) | |
download | gentoo-2-4f1a983e029aae62b5ed6c8cff5c1ec9a4309997.tar.gz gentoo-2-4f1a983e029aae62b5ed6c8cff5c1ec9a4309997.tar.bz2 gentoo-2-4f1a983e029aae62b5ed6c8cff5c1ec9a4309997.zip |
Change all instances of [ to [[.
(Portage version: 2.1.2.1)
Diffstat (limited to 'games-fps/ut2003-bonuspack-epic')
-rw-r--r-- | games-fps/ut2003-bonuspack-epic/ChangeLog | 5 | ||||
-rw-r--r-- | games-fps/ut2003-bonuspack-epic/files/epic-installer | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/games-fps/ut2003-bonuspack-epic/ChangeLog b/games-fps/ut2003-bonuspack-epic/ChangeLog index b6fb052462e4..7568e2743cb9 100644 --- a/games-fps/ut2003-bonuspack-epic/ChangeLog +++ b/games-fps/ut2003-bonuspack-epic/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-fps/ut2003-bonuspack-epic # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003-bonuspack-epic/ChangeLog,v 1.14 2007/02/22 01:00:57 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003-bonuspack-epic/ChangeLog,v 1.15 2007/03/07 16:55:21 wolf31o2 Exp $ + + 07 Mar 2007; Chris Gianelloni <wolf31o2@gentoo.org> files/epic-installer: + Change all instances of [ to [[. 22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog: Transition to Manifest2. diff --git a/games-fps/ut2003-bonuspack-epic/files/epic-installer b/games-fps/ut2003-bonuspack-epic/files/epic-installer index 5c498b1bc567..a8c35aa0c751 100644 --- a/games-fps/ut2003-bonuspack-epic/files/epic-installer +++ b/games-fps/ut2003-bonuspack-epic/files/epic-installer @@ -1,6 +1,6 @@ #!/bin/bash -if [ -d $HOME/.ut2003/System ]; then +if [[ -d $HOME/.ut2003/System ]] ; then cd "$HOME/.ut2003/System" echo "Editing UT2003.ini in $PWD" cat >> UT2003.ini <<EOT |