Changeset 215 for palm/trunk/SCRIPTS/mrun
- Timestamp:
- Nov 18, 2008 9:54:31 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/mrun
r211 r215 163 163 # user can provide his/her own makefile, only 164 164 # default source-code filenames are allowed 165 # 14/11/08 - Siggi - cond1 and cond2 are part of the depository name 165 166 166 167 … … 2286 2287 fi 2287 2288 eval local_depository_path=$local_depository_path 2289 [[ "$cond1" != "" ]] && local_depository_path=${local_depository_path}_$cond1 2290 [[ "$cond2" != "" ]] && local_depository_path=${local_depository_path}_$cond2 2291 2288 2292 2289 2293 basename=`print $mainprog | cut -f1 -d"."`
Note: See TracChangeset
for help on using the changeset viewer.