From 1d463f136a09a4df717d9adfc3bdfb8cb7a09302 Mon Sep 17 00:00:00 2001 From: keie Date: Thu, 23 Aug 1984 13:26:44 +0000 Subject: [PATCH] The missing trailing " trick is now also used for TMP_DIR. --- first/em_path.h.src | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 -- 2.34.1