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:
243dcdc
)
Use FreeBSD's tclsh8.4 if it exists
author
Mike Taylor
<mike@indexdata.com>
Mon, 22 May 2006 15:16:59 +0000
(15:16 +0000)
committer
Mike Taylor
<mike@indexdata.com>
Mon, 22 May 2006 15:16:59 +0000
(15:16 +0000)
src/charconv.tcl
patch
|
blob
|
history
diff --git
a/src/charconv.tcl
b/src/charconv.tcl
index
b43f12b
..
125cd10
100755
(executable)
--- a/
src/charconv.tcl
+++ b/
src/charconv.tcl
@@
-1,8
+1,8
@@
#!/bin/sh
# the next line restats using tclsh \
-exec tclsh "$0" "$@"
+if [ -f /usr/local/bin/tclsh8.4 ]; then exec tclsh8.4 "$0" "$@"; echo exec tclsh "$0" "$@"; fi
#
-# $Id: charconv.tcl,v 1.13 2006-04-20 20:50:51 adam Exp $
+# $Id: charconv.tcl,v 1.14 2006-05-22 15:16:59 mike Exp $
proc usage {} {
puts {charconv.tcl: [-p prefix] [-s split] [-o ofile] file ... }