Browse Source

The missing trailing " trick is now also used for TMP_DIR.

keie 40 years ago
parent
commit
3d10bd6e59
1 changed files with 4 additions and 2 deletions
  1. 4 2
      first/em_path.h.src

+ 4 - 2
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