Changeset 208 for modipsl/trunk
- Timestamp:
- 11/16/07 10:46:22 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modipsl/trunk/util/ins_job
r199 r208 51 51 #- 52 52 F_MOD=$(cd ${d_n}'/..';/bin/pwd;) 53 [[ ${F_MOD##*/} != 'modipsl' ]] && \54 { print - "directory 'modipsl' unreachable"; exit 3; }53 # [[ ${F_MOD##*/} != 'modipsl' ]] && \ 54 # { print - "directory 'modipsl' unreachable"; exit 3; } 55 55 W_W=${d_n}'/../libIGCM' 56 56 [[ ! -d ${W_W} ]] && { print - "${W_W} unreachable"; exit 3; }
Note: See TracChangeset
for help on using the changeset viewer.