Changeset 29 for palm


Ignore:
Timestamp:
Feb 28, 2007 11:12:54 AM (17 years ago)
Author:
raasch
Message:

Bugfix in mbuild

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/mbuild

    r28 r29  
    793793       # COMPILERNAMEN ERMITTELN
    794794    line=""
    795     grep  "$remote_host_string" $config_file | grep "%compiler_name"  |  while read line1
     795    grep  "$remote_host_string" $config_file | grep "%compiler_name "  |  while read line1
    796796    do
    797797       if [[ $(echo $line1 | cut -d" " -s -f3-) = "$remote_host_string" ]]
Note: See TracChangeset for help on using the changeset viewer.