Changeset 508 for palm/trunk


Ignore:
Timestamp:
Mar 12, 2010 12:28:28 AM (14 years ago)
Author:
raasch
Message:

bugfix in mbuild: remode_md was given a wrong value

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/mbuild

    r503 r508  
    108108     #                    block in the configuration file,
    109109     #                    parallel make for utility programs
     110     # 12/03/10 - Siggi - bugfix: remode_md was given a wrong value
     111
    110112
    111113
     
    579581    [[ "$condition1" != "" ]]  &&  block=_$condition1
    580582    [[ "$condition2" != "" ]]  &&  block=${block}_$condition2
    581     remote_md==${remote_md}$block
     583    remote_md=${remote_md}$block
    582584
    583585
Note: See TracChangeset for help on using the changeset viewer.