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:
parent
183cc33453
commit
7fa93699d4
1 changed files with 1 additions and 1 deletions
|
@ -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 \\
|
||||
|
|
Reference in a new issue