Skip to content

Commit

Permalink
Merge pull request #141 from climbfuji/allow_repeated_patch
Browse files Browse the repository at this point in the history
release/public-v2: bugfix for recompiling
  • Loading branch information
climbfuji authored Oct 9, 2020
2 parents 037e678 + 62501ef commit 4a47e0c
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 4a47e0c

Please sign in to comment.