Changeset 1835 for BOL/script_install


Ignore:
Timestamp:
Aug 7, 2013, 2:14:24 PM (11 years ago)
Author:
Laurent Fairhead
Message:

Don't know how this happened

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOL/script_install/install.sh

    r1812 r1835  
    572572##################################################################
    573573ok_veget=false
    574 if [ "$veget" = 1 ] ; then $ok_veget = true ; fi
     574if [ "$veget" = 1 ] ; then ok_veget=true ; fi
    575575if [ $compile_with_fcm = 1 ] ; then makelmdz=makelmdz_fcm ; else makelmdz=makelmdz ; fi
    576576if [ "$pclinux" = 1 ] ; then
Note: See TracChangeset for help on using the changeset viewer.