diff options
author | 2006-08-29 05:12:05 +0000 | |
---|---|---|
committer | 2006-08-29 05:12:05 +0000 | |
commit | c3281f61c9e197660ba6dc7b0e89a2b26ec3b205 (patch) | |
tree | 055d1e97dac44bb5dad191c176ecf7b07194c83d /games-board/cgoban2/files | |
parent | Stable x86; didn't know there was something other then ntp hmm (diff) | |
download | gentoo-2-c3281f61c9e197660ba6dc7b0e89a2b26ec3b205.tar.gz gentoo-2-c3281f61c9e197660ba6dc7b0e89a2b26ec3b205.tar.bz2 gentoo-2-c3281f61c9e197660ba6dc7b0e89a2b26ec3b205.zip |
attempt to fix quoting issue from bug #145060
(Portage version: 2.1.1_rc1-r1)
Diffstat (limited to 'games-board/cgoban2/files')
-rw-r--r-- | games-board/cgoban2/files/cgoban2 | 4 | ||||
-rw-r--r-- | games-board/cgoban2/files/digest-cgoban2-2.6.12 | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/games-board/cgoban2/files/cgoban2 b/games-board/cgoban2/files/cgoban2 index e3f3bb2e5e39..ede0271a7542 100644 --- a/games-board/cgoban2/files/cgoban2 +++ b/games-board/cgoban2/files/cgoban2 @@ -1,10 +1,10 @@ #!/bin/sh # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/cgoban2/files/cgoban2,v 1.3 2004/07/14 22:14:02 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/cgoban2/files/cgoban2,v 1.4 2006/08/29 05:12:05 mr_bones_ Exp $ which java > /dev/null 2>&1 && \ - java -jar INSTALL_DIR/cgoban.jar $* && \ + java -jar INSTALL_DIR/cgoban.jar "${@}" && \ exit 0 echo "No \"java\" binary found in your PATH." diff --git a/games-board/cgoban2/files/digest-cgoban2-2.6.12 b/games-board/cgoban2/files/digest-cgoban2-2.6.12 index 82a7339bf505..22a3ffef7f00 100644 --- a/games-board/cgoban2/files/digest-cgoban2-2.6.12 +++ b/games-board/cgoban2/files/digest-cgoban2-2.6.12 @@ -1 +1,3 @@ MD5 749c2457cdc4dd0e230c48051da1522a cgoban-unix-2.6.12.tar.bz2 1180638 +RMD160 9e21a05bf9b1c1331cf82d87be33a81d3231edbb cgoban-unix-2.6.12.tar.bz2 1180638 +SHA256 08547991722300871c54536b0fc8498b93c543cd746e2ff874e0fc2319cce2cf cgoban-unix-2.6.12.tar.bz2 1180638 |