Commit a6f1efd2 authored by Guido van Rossum's avatar Guido van Rossum

Fixed the words in the comment and error message about defining FULL_PATH.

(It's not SCRIPTPATH!)
parent 975b520f
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment