Skip to content

Commit d4cfadb

Browse files
committed
Fix #2071
* Implemented with proposed fix * Future-proofing for newer major releases
1 parent 5985739 commit d4cfadb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

demos/altjs/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ rhino.jar:
5353
if [ ! -e rhino ]; then git clone --depth=1 https://github.com/mozilla/rhino; fi
5454
#if [ ! -e rhino/build/rhino*/js.jar ]; then cd rhino; ant jar; fi
5555
#cp rhino/build/rhino*/js.jar rhino.jar
56-
if [ ! -e rhino/buildGradle/libs/rhino*.jar ]; then cd rhino; ./gradlew jar; fi
57-
cp rhino/buildGradle/libs/rhino*.jar rhino.jar
56+
if [ ! -e rhino/buildGradle/libs/rhino-[0-1]*.jar ]; then cd rhino; ./gradlew jar; fi
57+
cp rhino/buildGradle/libs/rhino-[0-9]*.jar rhino.jar
5858

5959
.PHONY: clean
6060
clean:

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy