Ver Fonte

quote LINUX_VERSION to avoid shell errors at DUMP time

SVN-Revision: 8795
Nicolas Thill há 18 anos atrás
pai
commit
420f252a58
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      include/kernel-version.mk

+ 1 - 1
include/kernel-version.mk

@@ -21,5 +21,5 @@ endif
 LINUX_KERNEL_MD5SUM?=x
 
 KERNEL?=2.$(word 2,$(subst ., ,$(strip $(LINUX_VERSION))))
-KERNEL_PATCHVER=$(shell echo $(LINUX_VERSION) | cut -d. -f1,2,3 | cut -d- -f1)
+KERNEL_PATCHVER=$(shell echo '$(LINUX_VERSION)' | cut -d. -f1,2,3 | cut -d- -f1)