From: keie Date: Thu, 23 Aug 1984 13:26:44 +0000 (+0000) Subject: The missing trailing " trick is now also used for TMP_DIR. X-Git-Tag: release-5-5~6114 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=1d463f136a09a4df717d9adfc3bdfb8cb7a09302;p=ack.git The missing trailing " trick is now also used for TMP_DIR. --- diff --git a/first/em_path.h.src b/first/em_path.h.src index 02394fb2d..5d16611d6 100644 --- a/first/em_path.h.src +++ b/first/em_path.h.src @@ -1,5 +1,7 @@ -#define TMP_DIR "/usr/tmp" /* Intended as a common dir. for */ - /* ALL temporary files */ +/* The trailing " is intentionally missing ! */ +#define TMP_HOME "/usr/tmp +#define TMP_DIR TMP_HOME" +/* Intended as a common directory for ALL temporary files */ /* The trailing " is intentionally missing ! */ #define EM_HOME "/usr/em