# -*-sh-*-
# 
# Configuration file for the opetope scripts.  Dirty hack to alleviate the
# problems in the case where the system Tcl installation does not feature
# tDOM, and the user install his own Tcl with tDOM, or some tclkit with
# embedded tDOM.  In this case the scripts should run in this personal Tcl
# installation, not the system-wide one, and the personal one might not be
# in the PATH.  We define a new environment variable containing the path to
# the relevant tcl binary (tclsh or tclkit):
# 
# Uncomment next line and write the path to the relevant Tcl binary:
# TCLBINARY=/usr/bin/tclsh
# 
# Uncomment next line and write the path to the relevant dot binary:
export DOTBINARY=/usr/local/graphviz-2.9/bin/dot
