source: npl/system/gcc/ecj.sh @ aafe99e

perl-5.22
Last change on this file since aafe99e was c5c522c, checked in by Edwin Eefting <edwin@datux.nl>, 8 years ago

initial commit, transferred from cleaned syn3 svn tree

  • Property mode set to 100644
File size: 124 bytes
Line 
1#!/bin/sh
2
3CLASSPATH=@JAVADIR@/ecj.jar${CLASSPATH:+:}$CLASSPATH \
4  java org.eclipse.jdt.internal.compiler.batch.Main "$@"
5
Note: See TracBrowser for help on using the repository browser.