commit: 05592ee0b7c716c9f45115e1db66eedeb16c8445
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Mon May 11 18:53:55 2020 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Mon May 11 18:53:55 2020 +0000
URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=05592ee0
catalyst-auto: set DATESTAMP again
This var is still used by some arches' catalyst-auto configs
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
tools/catalyst-auto | 1 +
1 file changed, 1 insertion(+)
diff --git a/tools/catalyst-auto b/tools/catalyst-auto
index 27ba3700..efa7a99d 100755
--- a/tools/catalyst-auto
+++ b/tools/catalyst-auto
@@ -298,6 +298,7 @@ run_catalyst_commands() {
exit 1
fi
fi
+ DATESTAMP=$(date -u +%Y%m%d)
TMPDIR=$(mktemp -d --tmpdir="${TMP_PATH:-/tmp}"
"catalyst-auto.${TIMESTAMP}.XXXXXX")
# Nuke any previous tmpdirs to keep them from accumulating.