summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-10-10 12:20:41 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-10-10 12:20:41 +0000
commitd28be08eb6ddfbcf49dfe7b381baddb664e99358 (patch)
tree4c3442322b553d0292e9df28278b8b816571ea63
parent3b7111e6ea39fa29e07700e7f8a89172006522e5 (diff)
downloadrockbox-d28be08eb6ddfbcf49dfe7b381baddb664e99358.tar.gz
rockbox-d28be08eb6ddfbcf49dfe7b381baddb664e99358.zip
mention what download tools the script expects
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11167 a1c6a512-1295-4272-9138-f99709370657
-rwxr-xr-xtools/rockboxdev.sh3
1 files changed, 2 insertions, 1 deletions
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() {
52 $tool -Lo $dlwhere/$1 $2/$1 52 $tool -Lo $dlwhere/$1 $2/$1
53 fi 53 fi
54 if test -z "$tool"; then 54 if test -z "$tool"; then
55 echo "ROCKBOXDEV: couldn't find downloader tool to use!" 55 echo "ROCKBOXDEV: couldn't find any downloader tool to use!"
56 echo "ROCKBOXDEV: install curl or wget and re-run the script"
56 exit 57 exit
57 fi 58 fi
58 59