From 83ac345bb227dc1752a895d53037fce36c9c7966 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ulrich=20M=C3=BCller?= Date: Tue, 20 Aug 2013 16:02:14 +0200 Subject: [PATCH] dodoc: Add a QA warning when called with no arguments. See bug #481664 and bug #480892. --- bin/ebuild-helpers/doins | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/ebuild-helpers/doins b/bin/ebuild-helpers/doins index 4679e83a9..bdcef4883 100755 --- a/bin/ebuild-helpers/doins +++ b/bin/ebuild-helpers/doins @@ -11,6 +11,7 @@ if [[ ${helper} == dodoc ]] ; then # default_src_install may call dodoc with no arguments # when DOC is defined but empty, so simply return # sucessfully in this case. + eqawarn "QA Notice: dodoc called with no arguments" exit 0 fi export INSOPTIONS=-m0644 -- 2.26.2