X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fcharconv.tcl;h=5732f8ddac6bea05a6f3b90ad79b0d34edebd27d;hb=2dbe1df5facb92bac31b5da0ca2e2e8ee6f9b358;hp=b37b0d80bd08aaa756bf97ab49db17c01248588f;hpb=e77f334b9b8b6d0ba01b3ede0f58b99ac561dd2d;p=yaz-moved-to-github.git diff --git a/src/charconv.tcl b/src/charconv.tcl index b37b0d8..5732f8d 100755 --- a/src/charconv.tcl +++ b/src/charconv.tcl @@ -1,8 +1,5 @@ -#!/bin/sh -# 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.20 2007-09-22 18:55:02 adam Exp $ +#!/usr/bin/tclsh +# $Id: charconv.tcl,v 1.21 2008-01-06 13:02:48 adam Exp $ proc usage {} { puts {charconv.tcl: [-p prefix] [-s split] [-o ofile] file ... }