From ef4ee85b50b39eac5a7ced8cae9092573bce59e8 Mon Sep 17 00:00:00 2001 From: Giacomo Boldrini Date: Sun, 20 Mar 2022 08:16:25 -0500 Subject: [PATCH] Modified becuase now git is installed on worker nodes /cvmfs/oasis.opensciencegrid.org/mis/osg-wn-client/3.5/3.5.58-1/el7-x86_64/usr/bin/git from command -v git --- bin/MadGraph5_aMCatNLO/gridpack_generation_EFT.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/MadGraph5_aMCatNLO/gridpack_generation_EFT.sh b/bin/MadGraph5_aMCatNLO/gridpack_generation_EFT.sh index 2e6adc4fd194..0addc978ae50 100755 --- a/bin/MadGraph5_aMCatNLO/gridpack_generation_EFT.sh +++ b/bin/MadGraph5_aMCatNLO/gridpack_generation_EFT.sh @@ -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