From c3099ebc01b0723b05fd215309c9b10d82c6300e Mon Sep 17 00:00:00 2001
From: gary_williams <gary_williams@localhost>
Date: Tue, 25 Mar 2008 09:21:30 +0000
Subject: [PATCH] missing "," in env definition
---
opendj-sdk/opends/tests/shared/functions/webcontainer.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opendj-sdk/opends/tests/shared/functions/webcontainer.xml b/opendj-sdk/opends/tests/shared/functions/webcontainer.xml
index 7034beb..7cccff4 100755
--- a/opendj-sdk/opends/tests/shared/functions/webcontainer.xml
+++ b/opendj-sdk/opends/tests/shared/functions/webcontainer.xml
@@ -273,7 +273,7 @@
if wcPath:
wcBinPath='%s/bin' % wcPath
STAFCmd='%s/startup.sh' % wcBinPath
- STAFCmdEnv=['CATALINA_HOME=%s' % wcPath,'PATH=/bin:/usr/bin' \
+ STAFCmdEnv=['CATALINA_HOME=%s' % wcPath,'PATH=/bin:/usr/bin', \
'JAVA_HOME=%s' % JAVA_HOME]
</script>
--
Gitblit v1.10.0