Merge "Issue #2509: Fix baseline merge breakage to ifpIMAGE." into omaha_14.2.1

Former-commit-id: ec8c9e963137ec7b7201558c5ddd00d2affb3aa3
This commit is contained in:
Ron Anderson 2014-02-10 08:31:31 -06:00 committed by Gerrit Code Review
commit 0476a288db

View file

@ -24,6 +24,7 @@
# ------------ ---------- ----------- --------------------------
# Dec 04, 2013 #2589 dgilling Create command-line arg that controls
# xvfb initialization.
# Feb 07, 2014 #2509 dgilling Fix baseline merge issue.
#
#
@ -38,7 +39,7 @@ CAVE_DIR=/awips2/cave
# execute the runProcedure module
_GFECLI="${RUN_FROM_DIR}/gfeclient.sh"
_GFECLI_ARGS="-enablegl"
_MODULE="${CAVE_DIR}/etc/gfe/utility/PngWriter.py"
_MODULE="${RUN_FROM_DIR}/src/ifpimage/PngWriter.py"
# quoting of '$@' is used to prevent command line interpretation
if [ ! -f $_GFECLI ] || [ ! -d $CAVE_DIR ]