blob: eb30943b7d16fd06a20d15712d40c7a4484f9314 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-an,v 1.1 2002/07/22 10:31:31 agc Exp $
--- splitdict.orig Fri Jul 19 21:49:28 2002
+++ splitdict Fri Jul 19 21:48:33 2002
@@ -51,7 +51,7 @@
# Get rid of all old RCS log lines in preparation for the 3.1 release.
#
#
-TMP=${TMPDIR:-/usr/tmp}/sd$$
+TMP=${TMPDIR:-/tmp}/sd$$
case "$#" in
3)
|