try to be more clear on what's the problem
authorFabian Groffen <grobian@gentoo.org>
Fri, 28 Jan 2011 08:00:53 +0000 (09:00 +0100)
committerFabian Groffen <grobian@gentoo.org>
Fri, 28 Jan 2011 08:00:53 +0000 (09:00 +0100)
bin/misc-functions.sh

index 8a97901873872648cf89e975abf63eac3cdeb7a5..4174f15394dfb2c5d3b290dd0ad52c230b862ee2 100644 (file)
@@ -838,7 +838,7 @@ install_qa_check_prefix() {
                                continue
                        else
                                # this is definitely wrong: script in $PATH and invalid shebang
-                               echo "${fn#${D}}:${line[0]} (in PATH but target not found)" \
+                               echo "${fn#${D}}:${line[0]} (script ${fn##*/} installed in PATH but interpreter ${line[0]} not found)" \
                                        >> "${T}"/non-prefix-shebangs-errs
                        fi
                else