From b586fafa5a91e914e342c77cd7a4280fff8ddc3a Mon Sep 17 00:00:00 2001 From: "Hansi, dl9rdz" Date: Sun, 15 Nov 2020 16:40:41 +0100 Subject: [PATCH] test3 --- .travis/push.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis/push.sh b/.travis/push.sh index 136e437..e3551e9 100755 --- a/.travis/push.sh +++ b/.travis/push.sh @@ -23,7 +23,7 @@ generate_website_index() { TS=`git log devel/$i | grep "Date:" | head -1 | awk '{$1="";$2="";$7="";print substr($0,3,length($0)-3)}'` if [ -z "$TS" ]; then TS=`date`; fi VERS=`basename $i -full.bin` - CL=`cat $VERS-changelog.txt 2>/dev/null` + CL=`cat devel/${VERS}-changelog.txt 2>/dev/null` echo "VERS $VERS: CL $CL" echo "
  • $i ($TS)" >> download.html if [ -n "${CL}" ]; then echo "
    ${CL}" >> download.html; fi