Changeset 1841 for BOL


Ignore:
Timestamp:
Aug 9, 2013, 5:53:21 PM (11 years ago)
Author:
Laurent Fairhead
Message:

Pour être sur qu'on a la bonne variable


To ensure we get the right variable to change

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOL/script_install/instal1d.sh

    r1726 r1841  
    1818if [ "$modele" = "" ] ; then
    1919   if [ -f install.sh ] ; then
    20       version=`sed -n "s/version=//p" install.sh | tail -1`
     20      version=`sed -n "s/^version=//p" install.sh | tail -1`
    2121      echo $version
    2222      modele=`pwd`/LMDZ${version}
Note: See TracChangeset for help on using the changeset viewer.