Changeset 2762 for palm/trunk/SCRIPTS


Ignore:
Timestamp:
Jan 18, 2018 4:36:20 PM (6 years ago)
Author:
raasch
Message:

file connection file is taken by default from trunk/SCRIPTS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/palmrun

    r2732 r2762  
    2727# -----------------
    2828# $Id: palmrun 2718 2018-01-02 08:49:38Z maronga $
     29# file connection file from trunk/SCRIPTS is taken by default
     30#
     31# 2718 2018-01-02 08:49:38Z maronga
    2932# Corrected "Former revisions" section
    3033#
     
    141144 execute_command=""
    142145 execution_error=false
    143  fileconnection_file=.palm.iofiles
     146 fileconnection_file=trunk/SCRIPTS/.palm.iofiles
    144147 fname=test
    145148 global_revision=""
     
    332335    printf "\n      does not exist"
    333336    locat=connect; exit 
     337 fi
     338
     339
     340    # CHECK, IF USER PROVIDES OWN FILE CONNECTION FILE
     341 if [[ -f .palm.iofiles ]]
     342 then
     343    fileconnection_file=.palm.iofiles
    334344 fi
    335345
Note: See TracChangeset for help on using the changeset viewer.