Fixed the words in the comment and error message about defining FULL_PATH.
(It's not SCRIPTPATH!)
This commit is contained in:
parent
1deebabc77
commit
106a470da2
|
@ -55,10 +55,10 @@
|
||||||
/* CONFIGURATION SECTION */
|
/* CONFIGURATION SECTION */
|
||||||
|
|
||||||
#ifndef FULL_PATH /* so that this can be specified from the Makefile */
|
#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"
|
#define FULL_PATH "/full/path/of/script"
|
||||||
* Then comment out the #error line. */
|
* Then comment out the #error line. */
|
||||||
#error "Must define SCRIPTPATH in the Makefile"
|
#error "You must define FULL_PATH somewhere"
|
||||||
#endif
|
#endif
|
||||||
#ifndef UMASK
|
#ifndef UMASK
|
||||||
#define UMASK 077
|
#define UMASK 077
|
||||||
|
|
Loading…
Reference in New Issue