summaryrefslogtreecommitdiff
path: root/tools/rockboxdev.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/rockboxdev.sh')
-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