From a267450eec1b9e6bf50183669f53d738d42db2dc Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 24 Jan 2001 21:36:21 +0000 Subject: This is a silly update to test my change to the script that emails folks after doing a commit. I hope it works. -Erik --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8672ae66e..23c76bb90 100644 --- a/Makefile +++ b/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 -- cgit v1.2.3