From 1101e79e7dbe375264c19c577f27a56144f849ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?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. --- bin/ebuild-helpers/doins | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/ebuild-helpers/doins b/bin/ebuild-helpers/doins index 4679e83..bdcef48 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 -- 1.8.1.5