ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/VHbb/python/runAll.sh
(Generate patch)

Comparing UserCode/VHbb/python/runAll.sh (file contents):
Revision 1.10 by bortigno, Sun Sep 30 14:33:05 2012 UTC vs.
Revision 1.11 by bortigno, Mon Oct 1 09:45:03 2012 UTC

# Line 73 | Line 73 | if [ ! -d $pathAna/env/sys/MVAout ]
73      mkdir $pathAna/env/sys/MVAout
74   fi
75  
76 < #Create the link to th sample information in the new sudfolders
77 < if [ ! -f $pathAna/env/sys/samples.info ]
78 <    then
79 <    ln -s $pathAna/env/samples.info  $pathAna/env/sys/samples.info
80 < fi
81 < if [ ! -f $pathAna/sys/MVAout/samples.info ]
82 <    then
83 <    ln -s $pathAna/env/samples.info $pathAna/env/sys/MVAout/samples.info
84 < fi
76 > #Create the link to th sample information in the new sudfolders.
77 > #It always update the link.
78 > ln -s -f $pathAna/env/samples.info  $pathAna/env/sys/samples.info
79 > ln -s -f $pathAna/env/samples.info $pathAna/env/sys/MVAout/samples.info
80  
81   #Run the scripts
82  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines