Skip to content

Commit 4e84b6e

Browse files
committed
[css2] Uses java from the path instead of specific version.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401892
1 parent 7ea2bec commit 4e84b6e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

css2/bin/chkcss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
#which requires a class file and java 1.1
44
#CSSCLASS=/u/www43/0/w3c/plehegar/classes.zip
55
CSSCLASS=`pwd`/bin/classes.zip
6-
JAVA="/usr/local/java11/bin/java"
6+
#JAVA="/usr/local/java11/bin/java"
7+
JAVA=java
78
CHKCSS="env CLASSPATH=$CSSCLASS $JAVA CSS.CSS.StyleSheetCom -e"
89
USAGE="chkcss <file1> <file2> ..."
910

0 commit comments

Comments
 (0)