From bb46e58c4b917e404782bda9d7de4b99b61a4480 Mon Sep 17 00:00:00 2001 From: "Glenn Y. Rolland" Date: Thu, 2 Aug 2012 11:10:25 +0200 Subject: [PATCH] Makefile: Fixed sed command line. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3ba57d5..dba048e 100644 --- a/Makefile +++ b/Makefile @@ -93,7 +93,7 @@ install-ui: $(RBUI_FILES) %_ui.rb: %.ui rbuic4 $< -o $@ - sed -e '/^module Ui/,/^end # module Ui/d' + sed -e '/^module Ui/,/^end # module Ui/d' \ -i $@