summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
Diffstat (limited to 'eclass')
-rw-r--r--eclass/kernel-libre.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/kernel-libre.eclass b/eclass/kernel-libre.eclass
index feaafdf..f9ed46f 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"