diff options
author | Ian Lynagh <ian@well-typed.com> | 2012-12-02 21:52:00 +0000 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2012-12-02 21:52:00 +0000 |
commit | 31d771bec93b17813b03e7a72a586e1f401ef240 (patch) | |
tree | c43cf8139e29061902af41caf0d0506e8ec2e406 /sync-all | |
parent | c3db2b2c449e21d0358f1ed4b7a5dd447477ac28 (diff) | |
download | haskell-31d771bec93b17813b03e7a72a586e1f401ef240.tar.gz |
Use -e rather than -f when checking for libraries/time/.git
Apparently .git can be a file rather than a directory in some cases
Diffstat (limited to 'sync-all')
-rwxr-xr-x | sync-all | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -869,7 +869,7 @@ EOF } message "== Checking for old time from tarball"; - if (! -d "libraries/time/.git") { + if (! -e "libraries/time/.git") { print <<EOF; ============================ ATTENTION! |