- Timestamp:
- May 16, 2019 11:07:31 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/palmrun
r3917 r3982 27 27 # ----------------- 28 28 # $Id$ 29 # bugfix: -b is not added in automatically generated batch jobs for remote hosts 30 # 31 # 3917 2019-04-18 11:46:37Z raasch 29 32 # in case of batch jobs on remote machines, copying files from SOURCES_FOR_RUN folder has 30 33 # been rearranged to avoid that input files with original names (e.g. ..._p3d) are copied … … 2777 2780 [[ $(echo $prc | grep -c "\-C") = 0 ]] && prc="$prc -C" 2778 2781 [[ $(echo $prc | grep -c "\-v") = 0 ]] && prc="$prc -v" 2779 [[ $(echo $prc | grep -c "\-b") = 0 ]] && prc="$prc -b"2782 [[ $(echo $prc | grep -c "\-b") = 0 && $running_on_remote = false ]] && prc="$prc -b" 2780 2783 2781 2784 # REPLACE SVFOUT IN THE ACTIVATION STRINGS (GIVEN WITH OPTION -a)
Note: See TracChangeset
for help on using the changeset viewer.