diff options
-rwxr-xr-x | tools/catalyst-auto | 2 |
1 files changed, 1 insertions, 1 deletions
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}" |