From 4c41a2d42897270d4103390f8056f7cc70dc52da Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Mon, 20 Jul 2009 17:30:33 +0000 Subject: Add quotes around the name of any missing tools (patch, make etc) to help clarify the error message git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21983 a1c6a512-1295-4272-9138-f99709370657 --- tools/checkwps/checkwps.h | 1 - tools/rockboxdev.sh | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'tools') diff --git a/tools/checkwps/checkwps.h b/tools/checkwps/checkwps.h index 2ba8f5f59e..83ac8e8086 100644 --- a/tools/checkwps/checkwps.h +++ b/tools/checkwps/checkwps.h @@ -26,7 +26,6 @@ #include #include -/* subset of global_settings needed to build checkwps. */ struct user_settings { bool statusbar; int bg_color; /* background color native format */ diff --git a/tools/rockboxdev.sh b/tools/rockboxdev.sh index 4ceb4c6307..3257d524ec 100755 --- a/tools/rockboxdev.sh +++ b/tools/rockboxdev.sh @@ -95,8 +95,8 @@ getfile() { for t in $reqtools; do tool=`findtool $t` if test -z "$tool"; then - echo "ROCKBOXDEV: $t is required for this script to work." - echo "ROCKBOXDEV: Please install $t and re-run the script." + echo "ROCKBOXDEV: \"$t\" is required for this script to work." + echo "ROCKBOXDEV: Please install \"$t\" and re-run the script." exit fi done -- cgit v1.2.3