From a67c6934c1674ce7f5db9047b43d339b576ea881 Mon Sep 17 00:00:00 2001 From: Wolfram Sang Date: Fri, 29 Jan 2021 22:13:33 +0100 Subject: rockboxdev: better error message for unknown compression I hit this error and its message confused me because I interpreted it as "bzip2 executable could not be found". The message was also outdated because xz is supported meanwhile. Update the message to something hopefully more helpful. Change-Id: Ide2f8809dc0f8159d7d04fa22c29607dd6b35792 --- tools/rockboxdev.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') 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() { elif [ -f "$dlwhere/$1.tar.xz" ]; then tar xJf "$dlwhere/$1.tar.xz" else - echo "ROCKBOXDEV: I don't know how to extract $1 (no bzip2 or gzip)" + echo "ROCKBOXDEV: unknown compression for $1" exit fi } -- cgit v1.2.3