Changeset 1368


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

Changed "test" to "/bin/test" as /bin/sh in SunOS 5.6 has a broken builtin test

File:
1 edited

Legend:

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

    r1348 r1368  
    11#!/bin/sh
    22# the next line restarts using tclsh \
    3 if test -e "`which tclsh`";then exec tclsh "$0" "$@";else exec tclsh8.0 "$0" "$@";fi
     3if /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.