projects
/
yaz-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f623df
)
Typo in comment
author
Mike Taylor
<mike@indexdata.com>
Mon, 22 May 2006 15:52:40 +0000
(15:52 +0000)
committer
Mike Taylor
<mike@indexdata.com>
Mon, 22 May 2006 15:52:40 +0000
(15:52 +0000)
util/yaz-asncomp
patch
|
blob
|
history
diff --git
a/util/yaz-asncomp
b/util/yaz-asncomp
index
157246c
..
280ac3f
100755
(executable)
--- 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" "$@"; echo exec tclsh "$0" "$@"; fi
#
# yaz-comp: ASN.1 Compiler for YAZ
# (c) Index Data 1996-2004
# 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.6 2006-05-22 15:52:40 mike Exp $
#
set yc_version 0.4