aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.sh b/configure.sh
index 6b3eba5..6898c4a 100644
--- a/configure.sh
+++ b/configure.sh
@@ -127,9 +127,8 @@ then
echo "FFTW3: Cleaning up..."
rm -rf ${BUILD_DIR}
- date >${DONE_FILE}
+ date > ${DONE_FILE}
echo "FFTW3: Done."
-
)
if (( $? )); then
echo 'BEGIN ERROR'