Changeset 17669 for gli/trunk


Ignore:
Timestamp:
2008-11-04T12:25:33+13:00 (15 years ago)
Author:
ak19
Message:

Minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gli/trunk/gli.sh

    r17602 r17669  
    277277javapath=
    278278
    279 if [ "$javapath" == "" ]; then
     279if [ "$javapath" = "" ]; then
    280280
    281281    # sus out search4j
     
    323323        OLDVER=`$SEARCH4J_EXECUTABLE -v -p $HINT`
    324324
    325         if [ "$?" == "0" ]; then
     325        if [ "$?" = "0" ]; then
    326326
    327327            if [ "$glilang" = "es" ]; then
Note: See TracChangeset for help on using the changeset viewer.