Ignore:
Timestamp:
03/21/08 14:11:17 (16 years ago)
Author:
bellier
Message:

JB: modified a ksh command, not equivalent in ksh93

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modipsl/trunk/util/ins_make

    r276 r293  
    2727" 
    2828} 
    29 #-  dirname and  basename 
    30 d_n=${0%/*}; b_n=${0##*/}; 
     29#-    dirname     and      basename 
     30d_n=$(dirname ${0}); b_n=$(basename ${0}); 
    3131#- Retrieving and validation of the options 
    3232x_v='silencious'; x_d='normal'; x_p="??"; x_t="??"; x_m='??'; 
Note: See TracChangeset for help on using the changeset viewer.