From a7c91c0e8fe83117f601d26beb5dffa884fc15da Mon Sep 17 00:00:00 2001 From: Nick White Date: Tue, 16 Jun 2009 12:15:00 +0100 Subject: Fixed patch checking --- eclass/kernel-libre.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'eclass') diff --git a/eclass/kernel-libre.eclass b/eclass/kernel-libre.eclass index 483015a..feaafdf 100644 --- a/eclass/kernel-libre.eclass +++ b/eclass/kernel-libre.eclass @@ -38,7 +38,7 @@ kernel-libre_src_unpack() { # kernel revision patches included in tarball UNIPATCH_LIST_DEFAULT="" - if [ -n ${UNIPATCH_LIST_GENPATCHES} || -n ${UNIPATCH_LIST} ]; then + if [ -n "${UNIPATCH_LIST_GENPATCHES}" || -n "${UNIPATCH_LIST}" ]; then echo "Checking all patches are clean of blobs" check_for_blobs "UNIPATCH_LIST_GENPATCHES" check_for_blobs "UNIPATCH_LIST" -- cgit v1.2.3