diff --git a/core/main.mk b/core/main.mk index 4caae0fc2..cd7e718a9 100644 --- a/core/main.mk +++ b/core/main.mk @@ -752,7 +752,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: