Changeset 404
- Timestamp:
- 09/29/08 14:48:51 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modipsl/trunk/util/ins_script
r400 r404 52 52 b_n_atlas=$(basename $HOME) 53 53 d_n_atlas=$(dirname $HOME | sed 's/home/u/') 54 elif [ "$x_t" = "aix" -o "$x_t" = "aix6"]; then54 elif [ "$x_t" = "aix" ]; then 55 55 b_n_atlas=$LOGIN 56 56 d_n_atlas="/u/"$(dirname $HOME | awk -F\/ '{print $3"/"$4}') … … 77 77 78 78 case ${x_t} in 79 ( aix *| babel | cray | fjvpp | linux | lxiv7 | lxiv8 | osf1 | \79 ( aix | babel | cray | fjvpp | linux | lxiv7 | lxiv8 | osf1 | \ 80 80 solaris | t3e | sx8brodie | sx6nec | sx8mercure | unix ) ;; 81 81 (*) … … 101 101 if [ ${W_OS} = "sx8brodie" ]; then 102 102 format='\s' 103 elif [ ${W_OS} = "aix" -o ${W_OS} = "aix6"]; then103 elif [ ${W_OS} = "aix" ]; then 104 104 format='\s' 105 105 elif [ ${W_OS} = "babel" ]; then
Note: See TracChangeset
for help on using the changeset viewer.