commit:     3930b076a9b182d1cc61e998af34a0d7de3d3e4e
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 15 00:44:02 2024 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Sep 15 00:44:02 2024 +0000
URL:        https://gitweb.gentoo.org/proj/releng.git/commit/?id=3930b076

Add missing backslash (for less backslash)

Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 tools/catalyst-auto | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/catalyst-auto b/tools/catalyst-auto
index cc532c3d..015dd5ed 100755
--- a/tools/catalyst-auto
+++ b/tools/catalyst-auto
@@ -440,7 +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:@DATESTAMP@:${DATESTAMP}:g" \
                        -e "s:@REPO_DIR@:${REPO_DIR}:g" \
                        -e "s:@TREEISH@:${TREEISH}:g" \
                        "${i}"

Reply via email to