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/files | |
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/files')
-rw-r--r-- | games-fps/ut2003-bonuspack-epic/files/epic-installer | 2 |
1 files changed, 1 insertions, 1 deletions
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 |