#!/bin/sh
CLASSPATH=%%DISTDIR%%/ecj.jar${CLASSPATH:+:}$CLASSPATH \
egij org.eclipse.jdt.internal.compiler.batch.Main -nowarn "$@"