ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/FGolf/BatchSubmitCMS2/writeConfig.sh
(Generate patch)

Comparing UserCode/FGolf/BatchSubmitCMS2/writeConfig.sh (file contents):
Revision 1.2 by fgolf, Fri Apr 20 16:22:27 2012 UTC vs.
Revision 1.3 by fgolf, Fri Apr 20 20:03:35 2012 UTC

# 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"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines