From 82d1c1f84ae23793d81b50aa0a753ad7c4db4f51 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sun, 31 Dec 2017 17:30:02 +0100 Subject: randomconfig fixes Signed-off-by: Denys Vlasenko --- make_single_applets.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'make_single_applets.sh') diff --git a/make_single_applets.sh b/make_single_applets.sh index 329a27d32..aa1ace265 100755 --- a/make_single_applets.sh +++ b/make_single_applets.sh @@ -12,8 +12,9 @@ makeopts="-j9" test -f include/applets.h || { echo "No include/applets.h file"; exit 1; } apps="` grep ^IF_ include/applets.h \ -| grep -v ^IF_FEATURE_ \ +| grep -v '^IF_FEATURE_' \ | sed 's/IF_\([A-Z0-9._-]*\)(.*/\1/' \ +| grep -v '^BUSYBOX$' \ | sort | uniq `" -- cgit v1.2.3