]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/java-wrappers/files/javac
43db512d80c63bf3256e87fc9d63d6b1d39fe4fc
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / java-wrappers / files / javac
1 #!/bin/sh
2
3 # javac OE wrapper script
4 # Copyright (C) 2006, Rene Wagner. All Rights Reserved
5 # Released under the MIT license (see org.handhelds.familiar/COPYING.MIT)
6
7 if [ -z ${JAVAC} ]; then
8         echo 'Error: $JAVAC not set.'
9         exit 1
10 fi
11
12 exec ${JAVAC} $@