From 0e458d24cf9966545df239ef6559f81c49e4506e Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 7 Mar 2015 10:00:07 +0100 Subject: fix regex matching. hard/soft is in the middle --- mk/build.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mk/build.mk b/mk/build.mk index 0cc20a2e4..7bd5eeaff 100644 --- a/mk/build.mk +++ b/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 -- cgit v1.2.3