浏览代码

Windows messes stuff up again!

Douglas William Thrift 13 年之前
父节点
当前提交
a7607a2336
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      GNUmakefile

+ 1 - 1
GNUmakefile

@@ -36,7 +36,7 @@ $(xpi): $(files)
 	$(ZIP) -ll $(xpi) $(files)
 
 install:
-	echo $(cwd) > $(shortcut)
+	echo $(cwd)> $(shortcut)
 
 deinstall:
 	-$(RM_F) $(shortcut)