Skip to content

Commit

Permalink
remove oldversions
Browse files Browse the repository at this point in the history
  • Loading branch information
john30 committed Nov 7, 2021
1 parent 3386b2d commit 5f59ab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/updatecheck/calcversions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ echo "ebusd=${version},${revision}" > versions.txt
echo "ebusd=${version},${revision}" > oldversions.txt
files=`find config/ -type f -or -type l`
../../src/lib/ebus/test/test_filereader $files|sed -e 's#^config/##' -e 's#^\([^ ]*\) #\1=#' -e 's# #,#g'|sort >> versions.txt
./oldtest_filereader $files|sed -e 's#^config/##' -e 's#^\([^ ]*\) #\1=#' -e 's# #,#g'|sort >> oldversions.txt
#./oldtest_filereader $files|sed -e 's#^config/##' -e 's#^\([^ ]*\) #\1=#' -e 's# #,#g'|sort >> oldversions.txt

0 comments on commit 5f59ab9

Please sign in to comment.