Changeset 2500 for palm


Ignore:
Timestamp:
Sep 25, 2017 11:10:03 AM (7 years ago)
Author:
raasch
Message:

bugfix for r2492

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/palmbuild

    r2492 r2500  
    2727# -----------------
    2828# $Id$
     29# bugfix for r2492
     30#
     31# 2492 2017-09-21 14:18:48Z raasch
    2932# ask for compilation, if SOURCES_FOR_RUN_... exists
    3033#
     
    821824             make  $make_options  PROG=$program_name  F90=$compiler_name  COPT="$cpp_options"  F90FLAGS="$compiler_options"  LDFLAGS="$linker_options"
    822825
    823              if [[ \$? != 0 ]]
     826             if [[ $? != 0 ]]
    824827             then
    825828
Note: See TracChangeset for help on using the changeset viewer.