From 58f7e7bd85154a9cbf9b855de7ec516993a1cb0c Mon Sep 17 00:00:00 2001 From: Jermolene Date: Mon, 7 Jan 2019 11:40:52 +0000 Subject: [PATCH] CI: Fixing getting the build details into a file --- bin/build-site.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/build-site.sh b/bin/build-site.sh index 6ffc6e6cf..7450f2d93 100755 --- a/bin/build-site.sh +++ b/bin/build-site.sh @@ -66,7 +66,7 @@ echo "Moved to http://tiddly # Put the build details into a .tid file so that it can be included in each build -echo "title: $:/build\ntext: $TW5_BUILD_DETAILS\n" > $TW5_BUILD_OUTPUT/build.tid +echo -e "title: $:/build\ntext: $TW5_BUILD_DETAILS\n" > $TW5_BUILD_OUTPUT/build.tid ###################################################### #