mention what download tools the script expects
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11167 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
3b7111e6ea
commit
d28be08eb6
1 changed files with 2 additions and 1 deletions
|
@ -52,7 +52,8 @@ getfile() {
|
|||
$tool -Lo $dlwhere/$1 $2/$1
|
||||
fi
|
||||
if test -z "$tool"; then
|
||||
echo "ROCKBOXDEV: couldn't find downloader tool to use!"
|
||||
echo "ROCKBOXDEV: couldn't find any downloader tool to use!"
|
||||
echo "ROCKBOXDEV: install curl or wget and re-run the script"
|
||||
exit
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue