aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschnetter <schnetter@9e23cc15-e5c8-4d65-9080-beda90ea645b>2009-11-22 04:15:54 +0000
committerschnetter <schnetter@9e23cc15-e5c8-4d65-9080-beda90ea645b>2009-11-22 04:15:54 +0000
commitcb08b00f2f3298c80c5754dd67c72813d195ee32 (patch)
tree79679f276fae587fe1e77210d23a12467c1fb4af
parent7cdec92f5070d8d98a7b8da7c47264b74bce798e (diff)
Use non-empty file for time stamp
git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/GSL/trunk@4 9e23cc15-e5c8-4d65-9080-beda90ea645b
-rw-r--r--GSL.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/GSL.sh b/GSL.sh
index 56a217e..039e52d 100644
--- a/GSL.sh
+++ b/GSL.sh
@@ -56,7 +56,7 @@ unset MAKEFLAGS
make install
popd
- : > done-${NAME}
+ echo 'done' > done-${NAME}
echo "GSL: Done."
fi
)