Changeset 10 for trunk/geomag_profile.sh


Ignore:
Timestamp:
11/23/06 17:09:20 (17 years ago)
Author:
pinsard
Message:

passage sur rhodes et init adaptation ORCA025

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/geomag_profile.sh

    r3 r10  
    1818# ++ machine dependant 
    1919# ++ besoin de posix 
    20 # ++ doc 
     20# reee522 2006-11-23T11:41:41Z rhodes (IRIX64) 
     21# pas de set -o posix sur rhodes (IRIX64) 
    2122# $Id$ 
    2223# fplod 2006-03-22T10:13:38Z aedon.lodyc.jussieu.fr (Darwin) 
     
    2526# 
    2627set -u 
    27 set -o posix # ++ toutes les machines ne supportent pas forcément cette option 
     28system=$(uname) 
     29case ${system} in 
     30IRIX64) 
     31  echo " www : no specific posix checking" 
     32;; 
     33*) 
     34  set -o posix 
     35;; 
     36esac 
    2837# 
    2938command='geomag_profile.sh' 
    3039# 
    31 GEOMAG=/usr/home/fplod/incas/geomag/ # ++ machine dependant  
     40GEOMAG=${HOME}/incas/geomag/ # ++  
    3241# test if $GEOMAG available 
    3342if [ ! -d ${GEOMAG} ] 
Note: See TracChangeset for help on using the changeset viewer.