blob: 3ebfc2f20d33958c7f13129ec7d4f75f0fb7d712 [file] [log] [blame]
brians343bc112013-02-10 01:53:46 +00001# This file gets sourced by all the shell scripts that use the JDK tools.
2# gyp likes quoting some of the input arguments, but nothing else tolerates it,
3# so " are removed from various inputs.
4
5set -e # stop on error
6#set -x # echo everything
7
8TMPDIR=$2
9# ${CLASSPATH} is used by the jdk tools
10EXTRA_CLASSPATH=`echo $3 | tr -d '"' | sed 's/ /:/g'`
11EXTRA_JARS=`echo $3 | tr -d '"'`
12
13mkdir -p ${TMPDIR}