Author: pierre
Date: Sat Mar  7 14:05:24 2015
New Revision: 3824

Log:
Bug in ICA:
Some time ago, we added the version information to the logs filename, but
the iteration targets did not know about that, and failed.

Modified:
   jhalfs/trunk/common/libs/func_compare.sh

Modified: jhalfs/trunk/common/libs/func_compare.sh
==============================================================================
--- jhalfs/trunk/common/libs/func_compare.sh    Sat Mar  7 08:23:26 2015        
(r3823)
+++ jhalfs/trunk/common/libs/func_compare.sh    Sat Mar  7 14:05:24 2015        
(r3824)
@@ -114,7 +114,7 @@
     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 \\
-- 
http://lists.linuxfromscratch.org/listinfo/alfs-log
Unsubscribe: See the above information page

Reply via email to