X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=include%2Fquilt.mk;h=a9af2268bc2273b8b12665e3248a4fd59edba55b;hb=b0d9b00ce864cc8adfd8e49c8a6bcbadf8ed5a9c;hp=9691dc3276c68dc8664ac38bd73d7c6afff1e628;hpb=17d5c3dc3af50a257ce659ee789590c17a809d31;p=openwrt.git diff --git a/include/quilt.mk b/include/quilt.mk index 9691dc3276..a9af2268bc 100644 --- a/include/quilt.mk +++ b/include/quilt.mk @@ -39,7 +39,7 @@ define PatchDir/Quilt endef define PatchDir/Default - @if [ -d "$(2)" -a "$$$$(ls $(2) | wc -l)" -gt 0 ]; then \ + @if [ -d "$(2)" ] && [ "$$$$(ls $(2) | wc -l)" -gt 0 ]; then \ export PATCH="$(PATCH)"; \ if [ -s "$(2)/series" ]; then \ $(call filter_series,$(2)/series) | xargs -n1 \