From e6b18888a9c33136605891744ae63500bf42df9a Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sat, 13 Oct 2007 18:19:34 +0000 Subject: Avoid an error message from find when "${D}"/usr/share does not exist. (trunk r8117) svn path=/main/branches/2.1.2/; revision=8118 --- bin/misc-functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/misc-functions.sh') diff --git a/bin/misc-functions.sh b/bin/misc-functions.sh index 8d0e8c600..1903fe0db 100755 --- a/bin/misc-functions.sh +++ b/bin/misc-functions.sh @@ -319,7 +319,7 @@ install_qa_check() { # Compiled python objects do not belong in /usr/share (FHS violation) # and can be a pain when upgrading python - f=$(find "${D}"/usr/share -name '*.py[co]') + f=$([ -d "${D}"/usr/share ] && find "${D}"/usr/share -name '*.py[co]') if [[ -n ${f} ]] ; then vecho -ne '\a\n' eqawarn "QA Notice: Precompiled python object files do not belong in /usr/share" -- cgit v1.2.3-1-g7c22