Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[scripts] fix fetching log files
Signed-off-by: Christopher Hall <hsw@openmoko.com>
  • Loading branch information
hxw committed Jun 10, 2010
1 parent 33d99d0 commit f61a2f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/progress
Expand Up @@ -131,7 +131,7 @@ do
do
lf="${host}-${language}.log"
echo fetch log from: ${host} to: ${lf}
RenderDo --yes --list="${host##*[^0-9]}" "cat '${base_dir}/${language}.log'" > "${lf}"
RenderDo --yes ${render_host} --list="${host##*[^0-9]}" "cat '${base_dir}/${language}.log'" > "${lf}"
done
shift
;;
Expand Down

0 comments on commit f61a2f4

Please sign in to comment.