Skip to content
Snippets Groups Projects
Commit b422bad1 authored by rds's avatar rds
Browse files

cmd line options and upcase -w option.

parent bf226d3f
No related branches found
No related tags found
No related merge requests found
......@@ -20,6 +20,11 @@ zmap_message_out "Running in $INITIAL_DIR on $(hostname) under $(uname)"
zmap_message_out "cmd line options = '$*'"
# including VARIABLE=VALUE settings from command line
if [ $# -gt 0 ]; then
eval "$*"
fi
zmap_cd $BASE_DIR
zmap_goto_cvs_module_root
......@@ -45,7 +50,7 @@ fi
if [ "x$ENSCRIPT_EXE" != "x" ]; then
zmap_check ${ENSCRIPT_OUTPUT_FLAG:=-w}
zmap_check ${ENSCRIPT_OUTPUT_FLAG:=-W}
CANVAS_DOCS_OUT_DIR=$ZMAP_CHECKOUT_ROOT/$FOOCANVAS_DOC_TARGET
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment