Commit 2ef26616 authored by Alessandro Rubini's avatar Alessandro Rubini

trivial: better error msg in build/flash-wrs

parent b51a3337
......@@ -13,7 +13,8 @@ if [ -f ./binaries/at91bootstrap.bin ]; then true; else err=1; fi
if [ -f ./binaries/barebox.bin ]; then true; else err=1; fi
if [ $err -eq 1 ]; then
echo "$0: Can't find at91bootstrap or barebox binary" >& 2
echo "$0: Can't find either ./binaries/at91bootstrap.bin" >& 2
echo "$0: or ./binaries/barebox.bin" >& 2
exit 1
fi
......
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