Skip to content

Commit

Permalink
Modified becuase now git is installed on worker nodes /cvmfs/oasis.op…
Browse files Browse the repository at this point in the history
…ensciencegrid.org/mis/osg-wn-client/3.5/3.5.58-1/el7-x86_64/usr/bin/git from command -v git
  • Loading branch information
Giacomo Boldrini committed Mar 20, 2022
1 parent ba7149d commit ef4ee85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/MadGraph5_aMCatNLO/gridpack_generation_EFT.sh
Original file line number Diff line number Diff line change
Expand Up @@ -712,7 +712,7 @@ fi
helpers_dir=${PRODHOME%genproductions*}/genproductions/Utilities
helpers_file=${helpers_dir}/gridpack_helpers.sh
if [ ! -f "$helpers_file" ]; then
if ! [ -x "$(command -v git)" ]; then
if [ -x "$(command -v git)" ]; then
helpers_dir=${PRODHOME}/Utilities
else
helpers_dir=$(git rev-parse --show-toplevel)/bin/MadGraph5_aMCatNLO/Utilities
Expand Down

0 comments on commit ef4ee85

Please # to comment.