Changeset 18412


Ignore:
Timestamp:
08/15/14 21:19:26 (11 years ago)
Author:
Mathieu Morlighem
Message:

CHG: minor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/packagers/macosx/install.sh

    r18411 r18412  
    104104# Compile ISSM
    105105#{{{
     106cd $ISSM_DIR
    106107echo "Aureconf..."
    107108autoreconf -if &> /dev/null
    108109echo "Configuring..."
    109 $ISSM_DIR/configs/config-macosx64-static.sh &> /dev/null
     110$ISSM_DIR/configs/config-macosx64-static.sh
    110111if [ $? -ne 0 ]; then echo "FAILED TO CONFIGURE!" && exit 1; fi
    111112
Note: See TracChangeset for help on using the changeset viewer.