Changeset 1042 in MondoRescue for branches/stable/tools/mknewtag


Ignore:
Timestamp:
Jan 7, 2007, 12:10:23 PM (17 years ago)
Author:
Bruno Cornec
Message:

Syntax review (== suppresse for stricter POSIX conformance with =)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/tools/mknewtag

    r924 r1042  
    1010dname=`dirname $0`
    1111prem=`echo $dname |cut -c1`
    12 if [ ${prem} == "/" ]; then
     12if [ _${prem} = _"/" ]; then
    1313    export TOOLHOME=$dname
    1414else
Note: See TracChangeset for help on using the changeset viewer.