diff options
-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 |