summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsync-all2
1 files changed, 1 insertions, 1 deletions
diff --git a/sync-all b/sync-all
index 355e16a562..651a4f0bbb 100755
--- a/sync-all
+++ b/sync-all
@@ -964,7 +964,7 @@ EOF
}
}
message "== Checking for old time from tarball";
- if (-d "libraries/time" and ! -e "libraries/time/.git") {
+ if (-f "libraries/time/LICENSE" and ! -e "libraries/time/.git") {
print <<EOF;
============================
ATTENTION!