Changeset 8 for palm


Ignore:
Timestamp:
Feb 14, 2007 5:14:12 AM (17 years ago)
Author:
raasch
Message:

bugfix mbuild

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/mbuild_new

    r6 r8  
    218218       var=`echo $line | cut -d" " -s -f1 | cut -c2-`
    219219       value=`echo $line | cut -d" " -s -f2`
    220        eval export $var=$value
     220       eval export $var=\$value
     221       eval echo \"   $var=\$$var \"
    221222    fi
    222223 done
     
    257258 fi
    258259 eval local_source_path=$local_source_path
     260 eval local_source_path=$local_source_path
    259261
    260262
     
    293295    fi
    294296 fi
     297 eval local_depository_path=$local_depository_path
    295298 eval local_depository_path=$local_depository_path
    296299
     
    778781       fi
    779782    fi
     783
     784    echo "### $remote_md"
     785    echo "### $base_directory"
     786    remote_md=$(eval echo $remote_md)
    780787
    781788
Note: See TracChangeset for help on using the changeset viewer.