Ignore:
Timestamp:
Jun 23, 2014, 10:35:34 AM (10 years ago)
Author:
jghattas
Message:

Updated all compile envrionement with r2064 from the trunk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/branches/LMDZ5-DOFOCO/build_gcm

    r1755 r2071  
    2929fi
    3030
     31job=1
    3132dirname="" #path to where the fcm command will be found
    3233if (( $# >= 1 )) ; then
     
    3940  # add a trailing "/" to $dirname
    4041  dirname=${dirname}"/"
     42  shift;
    4143fi
    4244
    4345# run "fcm build" command
    44 ${dirname}fcm build
     46${dirname}fcm build $*
    4547
    4648# cleanup
Note: See TracChangeset for help on using the changeset viewer.