summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/rockboxdev.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/rockboxdev.sh b/tools/rockboxdev.sh
index 0c4b189410..d9b5ecd524 100755
--- a/tools/rockboxdev.sh
+++ b/tools/rockboxdev.sh
@@ -271,7 +271,7 @@ extract() {
271 elif [ -f "$dlwhere/$1.tar.xz" ]; then 271 elif [ -f "$dlwhere/$1.tar.xz" ]; then
272 tar xJf "$dlwhere/$1.tar.xz" 272 tar xJf "$dlwhere/$1.tar.xz"
273 else 273 else
274 echo "ROCKBOXDEV: I don't know how to extract $1 (no bzip2 or gzip)" 274 echo "ROCKBOXDEV: unknown compression for $1"
275 exit 275 exit
276 fi 276 fi
277} 277}