Changeset 2762 for palm/trunk/SCRIPTS
- Timestamp:
- Jan 18, 2018 4:36:20 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/palmrun
r2732 r2762 27 27 # ----------------- 28 28 # $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 29 32 # Corrected "Former revisions" section 30 33 # … … 141 144 execute_command="" 142 145 execution_error=false 143 fileconnection_file= .palm.iofiles146 fileconnection_file=trunk/SCRIPTS/.palm.iofiles 144 147 fname=test 145 148 global_revision="" … … 332 335 printf "\n does not exist" 333 336 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 334 344 fi 335 345
Note: See TracChangeset
for help on using the changeset viewer.