diff options
-rwxr-xr-x | build/cache.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/cache.sh b/build/cache.sh index b5f090210..7a2a06385 100755 --- a/build/cache.sh +++ b/build/cache.sh @@ -37,7 +37,7 @@ errorexit () { # can be used when generating the SHA1 to make sure that the cache is # rebuilt bi-weekly even if no pruning of the cache is taking place. getbiweek () { - echo "$(date +'%G')$[$(date +'%V')/2]" + echo "$(date +'%G')$[10#$(date +'%V')/2]" } # Get a SHA1 based on what's piped into the cache command |