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)