Skip to content
Verified Commit dbddeb29 authored by Sunil Mohan Adapa's avatar Sunil Mohan Adapa
Browse files

Fix build failure during date change boundary

When the build it started on a particular date and the date changes
during the build, the final step of compressing the files fails.  This
is because the value of TODAY is not evaluated until the command is
actually executed.  This patch fixes that by make sure that the value of
variable TODAY is evaluated before the build process starts.
parent b3128209
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment