Browse Source

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 years ago
parent
commit
a267450eec
1 changed files with 1 additions and 1 deletions
  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