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