Ignore:
Timestamp:
07/26/07 12:18:31 (17 years ago)
Author:
bellier
Message:

JB: pwd -> bin/pwd

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modipsl/trunk/util/ins_make

    r104 r108  
    122122#- 
    123123# Retrieve the path of the directory 
    124   cd ${j} > /dev/null; mk_dir=$(/bin/pwd); cd - > /dev/null; 
     124  mk_dir=$(cd ${j};/bin/pwd;) 
    125125  W_XX='MAKE_DIR =' 
    126126# Update the value 
Note: See TracChangeset for help on using the changeset viewer.