From 0255b7a5472be3d99d56f6c9d6bd45956a970916 Mon Sep 17 00:00:00 2001 From: Martin Rotter Date: Tue, 14 Nov 2017 09:50:22 +0100 Subject: [PATCH] See the result. --- resources/scripts/.travis-install-linux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/scripts/.travis-install-linux.sh b/resources/scripts/.travis-install-linux.sh index 270638a39..29d12be55 100755 --- a/resources/scripts/.travis-install-linux.sh +++ b/resources/scripts/.travis-install-linux.sh @@ -51,7 +51,7 @@ wikiline="| Linux | $(date +'%m-%d-%Y %T') | [$git_revision](https\://github.com wikifile="./build-wiki/Development-builds.md" echo "Line to add: $wikiline" -cat "$wikifile" | sed -e "s@| Linux | .\+$USE_WEBENGINE | @$wikiline@g" +cat "$wikifile" | sed -e "s@| Linux | .\+$USE_WEBENGINE | @$wikiline@g" > "$wikifile" cd ./build-wiki git commit -a -m "New files."