diff options
| author | twouters | 2001-05-29 13:16:22 +0000 |
|---|---|---|
| committer | twouters | 2001-05-29 13:16:22 +0000 |
| commit | 1b6bea0545fcf50eb5228d591d3dd620d78b169d (patch) | |
| tree | 5062092f778e6c053e88c9dd588acbcef3811d54 /src/common.c | |
| parent | b573fc9231f44749ef0245c1cec1a1e21ce762ea (diff) | |
| download | mailman-1b6bea0545fcf50eb5228d591d3dd620d78b169d.tar.gz mailman-1b6bea0545fcf50eb5228d591d3dd620d78b169d.tar.zst mailman-1b6bea0545fcf50eb5228d591d3dd620d78b169d.zip | |
Diffstat (limited to 'src/common.c')
| -rw-r--r-- | src/common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common.c b/src/common.c index 5b0f7207f..d70216177 100644 --- a/src/common.c +++ b/src/common.c @@ -20,7 +20,7 @@ #include "common.h" /* passed in by configure */ -#define SCRIPTDIR PREFIX ## "/scripts/" /* trailing slash */ +#define SCRIPTDIR PREFIX "/scripts/" /* trailing slash */ #define MODULEDIR PREFIX /* no trailing slash */ const char* scriptdir = SCRIPTDIR; |
