Changeset 1490 in MondoRescue for branches/2.2.4/tools/mkannounce


Ignore:
Timestamp:
Jun 6, 2007, 4:29:17 PM (17 years ago)
Author:
Bruno Cornec
Message:

Stricter POSIX conformance for all shell scripts (== replaced by = in compare)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.4/tools/mkannounce

    r1013 r1490  
    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.