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

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