From f1c2b6d186ec30fb3c634875e1d7eafc2f63f044 Mon Sep 17 00:00:00 2001 From: Ben Kohler Date: Sat, 14 Sep 2024 07:06:36 -0500 Subject: tools/catalyst-auto: replace DATESTAMP in specs as well We started using this variable in specs but it's not in the sed list yet. Signed-off-by: Ben Kohler --- tools/catalyst-auto | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/catalyst-auto b/tools/catalyst-auto index d1a72d91..cc532c3d 100755 --- a/tools/catalyst-auto +++ b/tools/catalyst-auto @@ -440,6 +440,7 @@ run_catalyst_commands() { # Expand vars that the spec expects us to. sed -i \ -e "s:@TIMESTAMP@:${TIMESTAMP}:g" \ + -e "s:@DATESTAMP@:${DATESTAMP}:g" -e "s:@REPO_DIR@:${REPO_DIR}:g" \ -e "s:@TREEISH@:${TREEISH}:g" \ "${i}" -- cgit v1.2.3-65-gdbad