debug line

This commit is contained in:
Martin Rotter 2017-11-14 08:40:23 +01:00
parent 929e1071ea
commit b68e388973

View File

@ -49,6 +49,8 @@ rc=$?; if [[ $rc != 0 ]]; then exit $rc; fi
wikiline="| Linux | $(date +'%m-%d-%Y %T') | [$git_revision](https://github.com/martinrotter/rssguard/commit/$git_revision) | [transfer.sh]($url) | $(echo "$USE_WEBENGINE") | "
wikifile="./build-wiki/Development-builds.md"
echo "Line to add: $wikiline"
cat "$wikifile" | sed -e "s@| Linux | .\+$USE_WEBENGINE | @$wikiline@g"
cd ./build-wiki