diff --git a/core/main.mk b/core/main.mk index 722bd0139b..d9e8dd8f4a 100644 --- a/core/main.mk +++ b/core/main.mk @@ -753,7 +753,7 @@ clobber: modules: @echo "Available sub-modules:" @echo "$(call module-names-for-tag-list,$(ALL_MODULE_TAGS))" | \ - sed -e 's/ */\n/g' | sort -u | $(COLUMN) + tr -s ' ' '\n' | sort -u | $(COLUMN) .PHONY: showcommands showcommands: