- Timestamp:
- Feb 12, 2018 8:24:05 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/palmrun
r2789 r2799 27 27 # ----------------- 28 28 # $Id: palmrun 2718 2018-01-02 08:49:38Z maronga $ 29 # parameters are allowed in output commands (OC:) 30 # 31 # 2718 2018-01-02 08:49:38Z maronga 29 32 # bugfix: exit if no queue has been given neither with option -q nor in the 30 33 # configuration file … … 2188 2191 printf "\n\n *** execution of OUTPUT-commands:\n$dashes" 2189 2192 fi 2193 2194 # REPLACE PARAMETERS IN THE OUTPUT COMMAND WITH REAL VALUES 2195 out_command[$i]=`echo "${out_command[$i]}" | sed 's/{{/$/g' | sed 's/}}//g'` 2196 2190 2197 printf "\n >>> ${out_command[$i]}" 2191 2198 eval ${out_command[$i]}
Note: See TracChangeset
for help on using the changeset viewer.