Changeset 7474


Ignore:
Timestamp:
2022-02-15T13:38:47+01:00 (2 years ago)
Author:
josefine.ghattas
Message:

Small modification not to overwrite TARGET variable. No significant changes for standard use.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ORCHIDEE_2_2/ORCHIDEE/makeorchidee_fcm

    r5836 r7474  
    470470 
    471471# set target 
    472 TARGET=liborchidee.a 
     472TARGET="liborchidee.a" 
    473473if [[ "$is_driver_opt" == "TRUE" ]] ; then 
    474     TARGET="liborchidee_ol.a dim2_driver.exe orchideedriver.exe" 
     474    TARGET="${TARGET} liborchidee_ol.a dim2_driver.exe orchideedriver.exe" 
    475475fi 
    476476if [[ "$is_other_opt" == "TRUE" ]] ; then 
Note: See TracChangeset for help on using the changeset viewer.