Changeset 293 for modipsl/trunk/util/ins_make
- Timestamp:
- 03/21/08 14:11:17 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modipsl/trunk/util/ins_make
r276 r293 27 27 " 28 28 } 29 #- dirname andbasename30 d_n=$ {0%/*}; b_n=${0##*/};29 #- dirname and basename 30 d_n=$(dirname ${0}); b_n=$(basename ${0}); 31 31 #- Retrieving and validation of the options 32 32 x_v='silencious'; x_d='normal'; x_p="??"; x_t="??"; x_m='??';
Note: See TracChangeset
for help on using the changeset viewer.