Changeset 368


Ignore:
Timestamp:
09/13/12 14:56:14 (12 years ago)
Author:
ymipsl
Message:

correction : port extractor on AIX/IBM system

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/extract_xios

    r307 r368  
    4747 
    4848install_dir=$PWD/$extdir 
    49 mkdir --parents $install_dir 
     49mkdir -p $install_dir 
    5050 
    5151# Documentation de la distribution 
     
    120120cd $install_dir 
    121121for tarname in $install_dir/tools/archive/*.tar.gz; do 
    122    tar -xzf "$tarname" 
     122   gunzip -f "$tarname" 
     123   tar -xf ${tarname%.gz} 
    123124done 
    124125 
Note: See TracChangeset for help on using the changeset viewer.