X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=util%2Fyaz-asncomp;h=a881daa8bf07ff0bde790c62029293819cace9cc;hb=dc720b90d5ff1d5c5a1821de3a0e335eb64a1951;hp=157246c2584ec106d8649703e12ab8f43a314154;hpb=4d97c382557ea886ef39bb49a4f8dcbbf413881d;p=yaz-moved-to-github.git diff --git a/util/yaz-asncomp b/util/yaz-asncomp index 157246c..a881daa 100755 --- a/util/yaz-asncomp +++ b/util/yaz-asncomp @@ -1,12 +1,12 @@ #!/bin/sh # the next line restarts using tclsh \ -exec tclsh "$0" "$@" +if [ -f /usr/local/bin/tclsh8.4 ]; then exec tclsh8.4 "$0" "$@"; else exec tclsh "$0" "$@"; fi # # yaz-comp: ASN.1 Compiler for YAZ -# (c) Index Data 1996-2004 +# (c) Index Data 1996-2007 # See the file LICENSE for details. # -# $Id: yaz-asncomp,v 1.5 2006-04-20 08:25:12 adam Exp $ +# $Id: yaz-asncomp,v 1.8 2007-01-03 08:42:16 adam Exp $ # set yc_version 0.4