File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11#! /bin/sh
22# Uses the CSS validator from Philippe Le He'garet
33# which requires a class file and java 1.1
4- CSSCLASS=/u/www43/0/w3c/plehegar/classes.zip
4+ # CSSCLASS=/u/www43/0/w3c/plehegar/classes.zip
5+ CSSCLASS=` pwd` /bin/classes.zip
56JAVA=" /usr/local/java11/bin/java"
67CHKCSS=" env CLASSPATH=$CSSCLASS $JAVA CSS.CSS.StyleSheetCom -e"
78USAGE=" chkcss <file1> <file2> ..."
Original file line number Diff line number Diff line change 11#! /bin/sh
22# Uses the CSS validator from Philippe Le He'garet
33# which requires a class file and java 1.1
4- CSSCLASS=/u/www43/0/w3c/plehegar/classes.zip
4+ # CSSCLASS=/u/www43/0/w3c/plehegar/classes.zip
5+ CSSCLASS=` pwd` /bin/classes.zip
56JAVA=" /usr/local/java11/bin/java"
67CHKCSS=" env CLASSPATH=$CSSCLASS $JAVA CSS.CSS.StyleSheetCom -e"
78USAGE=" chkcss <file1> <file2> ..."
You can’t perform that action at this time.
0 commit comments