aboutsummaryrefslogtreecommitdiff
path: root/src/cached.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/cached.cpp')
-rw-r--r--src/cached.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cached.cpp b/src/cached.cpp
index da72e9989..4b6d82d45 100644
--- a/src/cached.cpp
+++ b/src/cached.cpp
@@ -237,6 +237,9 @@ bool try_cached_build(Checker *c, Array<String> const &args) {
String16 wstr = make_string16_c(curr_string);
curr_string += wstr.len+1;
String str = string16_to_string(temporary_allocator(), wstr);
+ if (string_starts_with(str, str_lit("CURR_DATE_TIME="))) {
+ continue;
+ }
array_add(&envs, str);
}
#endif