Changeset 2412 for palm/trunk/SCRIPTS


Ignore:
Timestamp:
Sep 6, 2017 9:27:19 AM (7 years ago)
Author:
raasch
Message:

small bugfix in palmbuild

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/palmbuild

    r2410 r2412  
    2727# -----------------
    2828# $Id$
    29 # Initial revision
    30 #
     29#
    3130# 2404 2017-09-05 09:33:14Z raasch
     31# Initial revision
    3232#
    3333#------------------------------------------------------------------------------#
     
    463463       while [[ "$answer" != y  &&  "$answer" != Y  && "$answer" != c  &&  "$answer" != C  && "$answer" != s  &&  "$answer" != S  &&  "$answer" != a  &&  "$answer" != A ]]
    464464       do
    465           printf " >>> continue (y(es)/c(ontinue)/a(bort)/s(skip)) ?  "
     465          printf " >>> continue (y(es)/c(ontinue)/a(bort)) ?  "
    466466          read  answer
    467467       done
     
    473473       then
    474474          silent=true
    475        fi
    476        if [[ $answer = s  ||  $answer = S ]]
    477        then
    478           continue
    479475       fi
    480476    fi
     
    762758          printf "\n  *** copy $base_directory/SOURCES_FOR_RUN_$fname to"
    763759          printf "\n      $fast_io_catalog/SOURCES_FOR_RUN_$fname on local host \n"
    764           cp  $base_directory/SOURCES_FOR_RUN_$fname/{*,.[!.]*}  ${}/SOURCES_FOR_RUN_$fname
     760          cp  $base_directory/SOURCES_FOR_RUN_$fname/{*,.[!.]*}  ${fast_io_catalog}/SOURCES_FOR_RUN_$fname
    765761
    766762
Note: See TracChangeset for help on using the changeset viewer.