Changeset 1536


Ignore:
Timestamp:
08/04/09 09:00:32 (16 years ago)
Author:
Mathieu Morlighem
Message:

bad indent

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/externalpackages/petsc/install.sh

    r1519 r1536  
    2828if [ -z $NUMCPUS ];
    2929then
    30           make
    31           make install
     30        make
     31        make install
    3232else
    33           make  -j $NUMCPUS
    34           make  -j $NUMCPUS install
     33        make  -j $NUMCPUS
     34        make  -j $NUMCPUS install
    3535fi
Note: See TracChangeset for help on using the changeset viewer.