Skip to content

Commit 91cf309

Browse files
committed
[css2] Path to java executable was too specific.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402679
1 parent 751ff9d commit 91cf309

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

css2/bin/chkxml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
# Uses the XML parser validator from Bert Bos
33
# which requires a class file and java 1.1
44
CLASSPATH=`pwd`/bin/xmlcheck.zip; export CLASSPATH
5-
JAVA="/usr/local/java11/bin/java"
5+
#JAVA=/usr/local/java11/bin/java
6+
JAVA=java
67
USAGE="chkxml file [file...]"
78

89
if [ $# -lt 1 ]

0 commit comments

Comments
 (0)