summaryrefslogtreecommitdiffstats
path: root/package/bash
diff options
context:
space:
mode:
Diffstat (limited to 'package/bash')
-rw-r--r--package/bash/bash.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/bash/bash.mk b/package/bash/bash.mk
index ea6d2f8c3..b0a51bcbc 100644
--- a/package/bash/bash.mk
+++ b/package/bash/bash.mk
@@ -112,6 +112,6 @@ bash-dirclean:
# Toplevel Makefile options
#
#############################################################
-ifeq ($(strip $(BR2_PACKAGE_BASH)),y)
+ifeq ($(BR2_PACKAGE_BASH),y)
TARGETS+=bash
endif