From 62501efded53b4d68d811d8353235cc57b98c374 Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Thu, 8 Oct 2020 20:26:07 -0600 Subject: [PATCH] Ignore that the emc_post patch for gfortran-10 has been applied previously and proceed --- emc_post_gfortran-10.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/emc_post_gfortran-10.sh b/emc_post_gfortran-10.sh index 36e72ea..0185134 100755 --- a/emc_post_gfortran-10.sh +++ b/emc_post_gfortran-10.sh @@ -1,7 +1,8 @@ #!/bin/bash -set -ex +set -x MYDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )" cd $MYDIR -patch -p0 < emc_post_gfortran-10.patch +patch -N -p0 < emc_post_gfortran-10.patch +exit 0