Changeset b07a838 in mainline


Ignore:
Timestamp:
2005-10-15T13:19:25Z (19 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
bd2933a8
Parents:
874e312a
Message:

fix shell warning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • build.ia32

    r874e312a rb07a838  
    33COMPILER=""
    44
    5 if [ $1 == "native" ];
     5if [ "$1" == "native" ];
    66then
    77        COMPILER="NATIVE_COMPILER=yes";
Note: See TracChangeset for help on using the changeset viewer.