Changeset 1370


Ignore:
Timestamp:
2000-08-07T16:49:52+12:00 (24 years ago)
Author:
jrm21
Message:

Stupid.... changed to /usr/bin/test, as that file actually exists on linux...

File:
1 edited

Legend:

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

    r1368 r1370  
    11#!/bin/sh
    22# the next line restarts using tclsh \
    3 if /bin/test -e "`which tclsh`" ;then exec tclsh "$0" "$@";else exec tclsh8.0 "$0" "$@";fi
     3if /usr/bin/test -e "`which tclsh`" ;then exec tclsh "$0" "$@";else exec tclsh8.0 "$0" "$@";fi
    44#
    55# yaz-comp: ASN.1 Compiler for YAZ
Note: See TracChangeset for help on using the changeset viewer.