From 195eae78071ee8ad3176ec18285a11d398476086 Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Thu, 30 Sep 2010 18:04:19 -0400 Subject: [PATCH] Fix minor oversight in last commit. --- common/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/Makefile b/common/Makefile index 7d5c101c..5f18cbe2 100644 --- a/common/Makefile +++ b/common/Makefile @@ -124,7 +124,7 @@ install: rm -f "$$ext.xpi"; \ rm -rf "$$ext"; \ echo "Installing to $$ext"; \ - pwd >$$ext + pwd >"$$ext" installxpi: xpi $(FIREFOX) $(XPI)