Skip to content

Commit

Permalink
Merge pull request htcondor#57 from JaimeFrey/HTCONDOR-553-output-fil…
Browse files Browse the repository at this point in the history
…e-overwrites

Naming output files causing overwriting. HTCONDOR-553
  • Loading branch information
timtheisen authored Jun 21, 2021
2 parents 5e18504 + 2a609e6 commit bf1defb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/scripts/blah_common_submit_functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -609,6 +609,8 @@ function bls_setup_all_files ()
if [ ! -z $xfile ] ; then
if [ ! -z "$bls_opt_outputflstringremap" ] ; then
read xfileremap <&6
else
xfileremap=""
fi

if [ -z $xfileremap ] ; then
Expand Down

0 comments on commit bf1defb

Please sign in to comment.