# | Line 49 | Line 49 | output=${OUT} | |
---|---|---|
49 | error =${ERR} | |
50 | notification=Never | |
51 | x509userproxy=${PROXY} | |
52 | < | " > condor_${COPYDIRBASE}.cmd |
52 | > | " > condor_${COPYDIRBASE##*/}.cmd |
53 | ||
54 | # | |
55 | # now set the rest of the arguments | |
# | Line 62 | Line 62 | executable=${EXE} | |
62 | transfer_executable=True | |
63 | arguments=`echo ${FILE##*/} | sed 's/\.root//g'` ${DATATYPE} ${FILE} ${REALDATA} ${RUNLIST} ${COPYDIR} | |
64 | queue | |
65 | < | " >> condor_${COPYDIRBASE}.cmd |
65 | > | " >> condor_${COPYDIRBASE##*/}.cmd |
66 | done | |
67 | ||
68 | echo "[writeConfig] wrote condor_${COPYDIRBASE}.cmd" |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |