소스 검색

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