From d907ec04477edec6a6fd02a36ea84c9247376b35 Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Sun, 15 Nov 2009 13:39:13 -0500 Subject: [PATCH] Fix makefile bug. --- common/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/Makefile b/common/Makefile index 97d9c53b..a918fc96 100644 --- a/common/Makefile +++ b/common/Makefile @@ -95,7 +95,7 @@ dist: $(XPI) $(CURL) "$$@" --form-string "summary=$$summary" \ -F "filename=@$(XPI)" \ -H "Authorization: Basic $$(echo -n "$(GOOGLE_USER):$(GOOGLE_PASS)" | $(B64ENCODE))" \ - -i "$(GOOGLE)" | sed -n '/^Location/{p;q}' + -i "$(GOOGLE)" | sed -n '/^Location/{p;q;}' $(RDF): $(RDF_IN) Makefile @echo "Preparing release..."