Changeset 1835 for BOL/script_install/install.sh
- Timestamp:
- Aug 7, 2013, 2:14:24 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOL/script_install/install.sh
r1812 r1835 572 572 ################################################################## 573 573 ok_veget=false 574 if [ "$veget" = 1 ] ; then $ok_veget =true ; fi574 if [ "$veget" = 1 ] ; then ok_veget=true ; fi 575 575 if [ $compile_with_fcm = 1 ] ; then makelmdz=makelmdz_fcm ; else makelmdz=makelmdz ; fi 576 576 if [ "$pclinux" = 1 ] ; then
Note: See TracChangeset
for help on using the changeset viewer.