diff --git a/common/libs/func_compare.sh b/common/libs/func_compare.sh index b204976..605eb6c 100644 --- a/common/libs/func_compare.sh +++ b/common/libs/func_compare.sh @@ -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 \\