Skip to content

Commit

Permalink
no spaces around = in bash. properly fix #6981
Browse files Browse the repository at this point in the history
  • Loading branch information
belforte authored Jan 21, 2022
1 parent f972ce7 commit 1177527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/dag_bootstrap_startup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ else
then
echo "creating and executing task process daemon jdl"
TASKNAME=`grep '^CRAB_ReqName =' $_CONDOR_JOB_AD | awk '{print $NF;}'`
USERNAME = `grep '^CRAB_UserHN =' $_CONDOR_JOB_AD | awk '{print $NF;}'`
USERNAME=`grep '^CRAB_UserHN =' $_CONDOR_JOB_AD | awk '{print $NF;}'`
CMSTYPE=`grep '^CMS_Type =' $_CONDOR_JOB_AD | awk '{print $NF;}'`
CMSWMTOOL=`grep '^CMS_WMTool =' $_CONDOR_JOB_AD | awk '{print $NF;}'`
CMSTTASKYPE=`grep '^CMS_TaskType =' $_CONDOR_JOB_AD | awk '{print $NF;}'`
Expand Down

0 comments on commit 1177527

Please sign in to comment.