Commit 859684a1 authored by Alessandro Rubini's avatar Alessandro Rubini

flash-wrs: trivial: prevent an error message

There is an extra "rm" for a file that has already been removed.

  rm: cannot remove `/tmp/flash-wrs-MccpGE/bb.new': No such file or directory

This fixed the problem.
Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent d26a9de2
......@@ -345,7 +345,4 @@ if $ddr; then
echo ""
fi
if $remove_temps; then
rm $Tbarebox
fi
echo -e "\n\nDone\n"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment