浏览代码

This is a silly update to test my change to the script that emails folks
after doing a commit. I hope it works.
-Erik

Eric Andersen 24 年之前
父节点
当前提交
a267450eec
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -97,7 +97,7 @@ $(patsubst %, _dirclean_%, $(DIRS) test) : dummy
 
 install:
 	@if [ `id -u` -ne 0 ]; then \
-	    echo "Aborting install -- you must be root."; \
+	    echo "Aborting install -- You must be root."; \
 	    /bin/false; \
 	fi;
 	rm -f $(INSTALL_DIR)/include/asm