X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fcharconv.tcl;h=36fed01247da50ad6c8e7da8b9b814f8c2ca6835;hp=125cd10c7605c99ad10d3252848c3d6806e09841;hb=9f5de9011e59569e0bae5b484defe53bda38a457;hpb=057984051852854ce4125491a5acd2c54baa01e2 diff --git a/src/charconv.tcl b/src/charconv.tcl index 125cd10..36fed01 100755 --- a/src/charconv.tcl +++ b/src/charconv.tcl @@ -1,8 +1,8 @@ #!/bin/sh # the next line restats using tclsh \ -if [ -f /usr/local/bin/tclsh8.4 ]; then exec tclsh8.4 "$0" "$@"; echo exec tclsh "$0" "$@"; fi +if [ -f /usr/local/bin/tclsh8.4 ]; then exec tclsh8.4 "$0" "$@"; else exec tclsh "$0" "$@"; fi # -# $Id: charconv.tcl,v 1.14 2006-05-22 15:16:59 mike Exp $ +# $Id: charconv.tcl,v 1.15 2006-05-22 19:08:38 adam Exp $ proc usage {} { puts {charconv.tcl: [-p prefix] [-s split] [-o ofile] file ... }