Skip to content

Commit

Permalink
Ignore that the emc_post patch for gfortran-10 has been applied previ…
Browse files Browse the repository at this point in the history
…ously and proceed
  • Loading branch information
DomHeinzeller committed Oct 9, 2020
1 parent 037e678 commit 62501ef
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions emc_post_gfortran-10.sh
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 62501ef

Please sign in to comment.