summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Imhof <tantive@gentoo.org>2003-01-14 11:10:28 +0000
committerMichael Imhof <tantive@gentoo.org>2003-01-14 11:10:28 +0000
commit1426b5cbc385a4088c7ba84f0ad205c2f0c6bb35 (patch)
treefe62e79258659d672c43a0b519940feb3d36bb6d /app-sci/zetagrid
parentchanged src_uri to point to valid location (diff)
downloadgentoo-2-1426b5cbc385a4088c7ba84f0ad205c2f0c6bb35.tar.gz
gentoo-2-1426b5cbc385a4088c7ba84f0ad205c2f0c6bb35.tar.bz2
gentoo-2-1426b5cbc385a4088c7ba84f0ad205c2f0c6bb35.zip
fixed typo
Diffstat (limited to 'app-sci/zetagrid')
-rw-r--r--app-sci/zetagrid/files/zetagrid.init2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-sci/zetagrid/files/zetagrid.init b/app-sci/zetagrid/files/zetagrid.init
index 4f1fd2c4a6a3..b08469a51c66 100644
--- a/app-sci/zetagrid/files/zetagrid.init
+++ b/app-sci/zetagrid/files/zetagrid.init
@@ -6,7 +6,7 @@ ZETADIR=/opt/zetagrid/
start() {
ebegin "Starting zetagrid"
cd ${ZETADIR}
- JAVA_HOME="/bin/grep -e "JAVA_HOME" /etc/profile.env | sed -e "s/^.*'\(.*\)'$/\1/""
+ JAVA_HOME="`/bin/grep -e "JAVA_HOME" /etc/profile.env | sed -e "s/^.*'\(.*\)'$/\1/"`"
export PATH=$PATH:$JAVA_HOME/bin
./zeta.sh >/dev/null
eend $? "Failed to start zetagrid"