X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fcharconv.tcl;h=0f1ddc283095e0dc77ccb4ef1f0ec49b568c053a;hp=125cd10c7605c99ad10d3252848c3d6806e09841;hb=00abdd969f52b04d5d53e4645c30596f4040060b;hpb=3f623df63496cd285de7cfb47b1bf902ac114fbd diff --git a/src/charconv.tcl b/src/charconv.tcl index 125cd10..0f1ddc2 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 +# the next line restarts using tclsh \ +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.16 2006-05-23 09:43:37 mike Exp $ proc usage {} { puts {charconv.tcl: [-p prefix] [-s split] [-o ofile] file ... }