#! /bin/sh

# A trailing backslash comments out the next line for tcl but not sh: \
KRB5_TCLBINDIR=${KRB5_TCLBINDIR=@bindir@}
# more ... \
progbase=$KRB5_TCLBINDIR/krb5_clnt_
# \
if test x != "x$DISPLAY" && test -x ${progbase}tk ; then i=tk ; else i=tcl ; fi
# Sigh.  Never got as far as adding the tk interface, so skip it for now: \
i=tcl
# \
exec ${KRB5_TCLBINDIR=@bindir@}/krb5_clnt_$i $0 -- ${1+"$@"}

# now we're running tcl code...
