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:
parent
6c97d02d05
commit
b7515ec4fc
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ wrt_logs() { #
|
||||||
cat << EOF
|
cat << EOF
|
||||||
@cd logs && \\
|
@cd logs && \\
|
||||||
mkdir $build && \\
|
mkdir $build && \\
|
||||||
mv -f ${system_build} $build && \\
|
mv -f `echo ${system_build} | sed 's/ /* /g'`* $build && \\
|
||||||
if [ ! $build = build_1 ] ; then \\
|
if [ ! $build = build_1 ] ; then \\
|
||||||
cd $build && \\
|
cd $build && \\
|
||||||
for file in \`ls .\` ; do \\
|
for file in \`ls .\` ; do \\
|
||||||
|
|
Reference in a new issue