From d28be08eb6ddfbcf49dfe7b381baddb664e99358 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 10 Oct 2006 12:20:41 +0000 Subject: mention what download tools the script expects git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11167 a1c6a512-1295-4272-9138-f99709370657 --- tools/rockboxdev.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/rockboxdev.sh b/tools/rockboxdev.sh index 0d6137c702..0fe4cbe10e 100755 --- a/tools/rockboxdev.sh +++ b/tools/rockboxdev.sh @@ -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 -- cgit v1.2.3