Changeset 104


Ignore:
Timestamp:
07/26/07 11:22:23 (17 years ago)
Author:
mafoipsl
Message:

Use /bin/pwd instead of pwd to allow batch compilation for AA_make based
Makefiles.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modipsl/trunk/util/ins_make

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