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
commit4cd3a5e09c3415b3eacc92cd6a3dddea595f9065 (patch)
tree0b98607c3a9be705520854997c9794ef8b3b57fb /app-sci
parentchanged src_uri to point to valid location (diff)
downloadhistorical-4cd3a5e09c3415b3eacc92cd6a3dddea595f9065.tar.gz
historical-4cd3a5e09c3415b3eacc92cd6a3dddea595f9065.tar.bz2
historical-4cd3a5e09c3415b3eacc92cd6a3dddea595f9065.zip
fixed typo
Diffstat (limited to 'app-sci')
-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"