LUCENE-10200: fix luke lauch script.

This commit is contained in:
Tomoko Uchida 2021-11-22 18:46:28 +09:00
parent 78ee53f837
commit 4193bcbc02
1 changed files with 2 additions and 2 deletions

View File

@ -15,5 +15,5 @@
# See the License for the specific language governing permissions and
# limitations under the License.
MODULES=$(cd $(dirname $0) && pwd)
java --module-path $MODULES/modules;$MODULES/modules-thirdparty --add-modules org.apache.logging.log4j --module lucene.luke
MODULES=$(cd $(dirname $0)/.. && pwd)
java --module-path $MODULES/modules:$MODULES/modules-thirdparty --add-modules org.apache.logging.log4j --module lucene.luke