]> granicus.if.org Git - python/commitdiff
Fixed the words in the comment and error message about defining FULL_PATH.
authorGuido van Rossum <guido@python.org>
Thu, 10 Sep 1998 18:22:18 +0000 (18:22 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 10 Sep 1998 18:22:18 +0000 (18:22 +0000)
(It's not SCRIPTPATH!)

Misc/setuid-prog.c

index ddc2f64076633d501aea5fb8b230267972c36a9b..2c1343032049aa688558a33a782e369e973082fb 100644 (file)
 /* 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