Fix a long standing bug in func_compare.sh:

The files in test-logs have the package version in their names
This commit is contained in:
Pierre Labastie 2019-04-24 15:07:04 +00:00
parent 183cc33453
commit 7fa93699d4
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ wrt_logs() { #
@if [ -d test-logs ] ; then \\
cd test-logs && \\
mkdir $build && \\
mv -f ${system_build} $build && \\
mv -f `echo ${system_build} | sed 's/ /* /g'`* $build && \\
if [ ! $build = build_1 ] ; then \\
cd $build && \\
for file in \`ls .\` ; do \\