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