Changeset 404


Ignore:
Timestamp:
09/29/08 14:48:51 (16 years ago)
Author:
mafoipsl
Message:

Undoing change commited for vargas in ins_script

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modipsl/trunk/util/ins_script

    r400 r404  
    5252   b_n_atlas=$(basename $HOME) 
    5353   d_n_atlas=$(dirname $HOME | sed 's/home/u/') 
    54 elif [ "$x_t" = "aix" -o "$x_t" = "aix6" ]; then 
     54elif [ "$x_t" = "aix" ]; then 
    5555   b_n_atlas=$LOGIN 
    5656   d_n_atlas="/u/"$(dirname $HOME | awk -F\/ '{print $3"/"$4}') 
     
    7777 
    7878case ${x_t} in 
    79   ( aix* | babel | cray | fjvpp | linux | lxiv7 | lxiv8 | osf1 | \ 
     79  ( aix | babel | cray | fjvpp | linux | lxiv7 | lxiv8 | osf1 | \ 
    8080    solaris | t3e | sx8brodie | sx6nec | sx8mercure | unix ) ;; 
    8181  (*) 
     
    101101if   [ ${W_OS}  = "sx8brodie" ]; then 
    102102   format='\s' 
    103 elif [ ${W_OS}  = "aix" -o ${W_OS}  = "aix6" ]; then 
     103elif [ ${W_OS}  = "aix" ]; then 
    104104   format='\s' 
    105105elif [ ${W_OS}  = "babel" ]; then 
Note: See TracChangeset for help on using the changeset viewer.