mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

gary_williams
25.21.2008 292e7a8e29dacd986c829c4396938cba2b1084f3
missing "," in env definition
1 files modified
2 ■■■ changed files
opends/tests/shared/functions/webcontainer.xml 2 ●●● patch | view | raw | blame | history
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>