浏览代码

Silly Windows!

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

+ 1 - 1
GNUmakefile

@@ -15,7 +15,7 @@ RM_F := rm -f
 endif
 
 files := install.rdf bootstrap.js
-version := $(shell $(SED) -re 's|^.*<em:version>(.+)</em:version>|\1|p;d' install.rdf)
+version := $(shell $(SED) -re "s|^.*<em:version>(.+)</em:version>|\1|p;d" install.rdf)
 xpi := tabcomplete-$(version).xpi
 
 .PHONY: all clean