diff --git a/common/libs/func_compare.sh b/common/libs/func_compare.sh index e9c072c..b204976 100644 --- a/common/libs/func_compare.sh +++ b/common/libs/func_compare.sh @@ -114,7 +114,7 @@ wrt_logs() { # cat << EOF @cd 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 \\