From: Guido van Rossum Date: Thu, 10 Sep 1998 18:22:18 +0000 (+0000) Subject: Fixed the words in the comment and error message about defining FULL_PATH. X-Git-Tag: v1.5.2a2~311 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=106a470da265e8901e1d4c4b56e1020f58d1c0a8;p=python Fixed the words in the comment and error message about defining FULL_PATH. (It's not SCRIPTPATH!) --- diff --git a/Misc/setuid-prog.c b/Misc/setuid-prog.c index ddc2f64076..2c13430320 100644 --- a/Misc/setuid-prog.c +++ b/Misc/setuid-prog.c @@ -55,10 +55,10 @@ /* CONFIGURATION SECTION */ #ifndef FULL_PATH /* so that this can be specified from the Makefile */ -/* Uncomment out the following line: +/* Ccomment out the following line: #define FULL_PATH "/full/path/of/script" * Then comment out the #error line. */ -#error "Must define SCRIPTPATH in the Makefile" +#error "You must define FULL_PATH somewhere" #endif #ifndef UMASK #define UMASK 077