aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreschnett <eschnett@043a8217-7a68-40fe-abfd-36aa7d4fa6a8>2014-02-07 20:26:37 +0000
committereschnett <eschnett@043a8217-7a68-40fe-abfd-36aa7d4fa6a8>2014-02-07 20:26:37 +0000
commita6d44e183997402fc81f08a88b07f23c466cc475 (patch)
tree01d94635bdfb53dc1018fdb5fe618c3a2dfdef28
parentd090650838a08623e100496796f4ef40994e5b3a (diff)
Correct indentation
git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/MPI/trunk@40 043a8217-7a68-40fe-abfd-36aa7d4fa6a8
-rwxr-xr-xconfigure.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.sh b/configure.sh
index 2716cb4..1403eee 100755
--- a/configure.sh
+++ b/configure.sh
@@ -154,7 +154,7 @@ then
echo "MPI: Unpacking archive..."
pushd ${BUILD_DIR}
${TAR?} xzf ${SRCDIR}/dist/${NAME}.tar.gz
- ${PATCH?} -p0 < ${SRCDIR}/dist/default_outfile-1.6.5.patch
+ ${PATCH?} -p0 < ${SRCDIR}/dist/default_outfile-1.6.5.patch
cd ${NAME}
${PATCH?} -p0 < ${SRCDIR}/dist/cuda_build_fix__svn29754