Changeset 8 for palm/trunk
- Timestamp:
- Feb 14, 2007 5:14:12 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/mbuild_new
r6 r8 218 218 var=`echo $line | cut -d" " -s -f1 | cut -c2-` 219 219 value=`echo $line | cut -d" " -s -f2` 220 eval export $var=$value 220 eval export $var=\$value 221 eval echo \" $var=\$$var \" 221 222 fi 222 223 done … … 257 258 fi 258 259 eval local_source_path=$local_source_path 260 eval local_source_path=$local_source_path 259 261 260 262 … … 293 295 fi 294 296 fi 297 eval local_depository_path=$local_depository_path 295 298 eval local_depository_path=$local_depository_path 296 299 … … 778 781 fi 779 782 fi 783 784 echo "### $remote_md" 785 echo "### $base_directory" 786 remote_md=$(eval echo $remote_md) 780 787 781 788
Note: See TracChangeset
for help on using the changeset viewer.