1
0
Ver Fonte

fix regex matching. hard/soft is in the middle

Waldemar Brodkorb há 11 anos atrás
pai
commit
0e458d24cf
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      mk/build.mk

+ 1 - 1
mk/build.mk

@@ -440,7 +440,7 @@ endif
 	fi
 	@if [ ! -z "$(ADK_TARGET_FLOAT)" ];then \
 		grep "^config" target/config/Config.in.float.choice \
-			|grep -i "$(ADK_TARGET_FLOAT)$$" \
+			|grep -i "$(ADK_TARGET_FLOAT)" \
 			|sed -e "s#^config \(.*\)#\1=y#" \
 			>> $(ADK_TOPDIR)/.defconfig; \
 	fi