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.
This commit is contained in:
Pierre Labastie 2015-03-07 22:05:24 +00:00
parent 6c97d02d05
commit b7515ec4fc

View file

@ -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 \\