Changeset 2586


Ignore:
Timestamp:
2001-06-19T16:47:47+12:00 (23 years ago)
Author:
jrm21
Message:

we don't need to run this script.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/packages/yaz/util/yaz-comp

    r1370 r2586  
    11#!/bin/sh
     2
     3# we don't need this (jrm21)
     4exit 0
    25# the next line restarts using tclsh \
    3 if /usr/bin/test -e "`which tclsh`" ;then exec tclsh "$0" "$@";else exec tclsh8.0 "$0" "$@";fi
     6exec tclsh "$0" "$@"
     7
    48#
    59# yaz-comp: ASN.1 Compiler for YAZ
Note: See TracChangeset for help on using the changeset viewer.