blob: 2737617d80e84508899b42b77503324f6180ccd9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-an,v 1.2 2002/08/25 21:51:18 jlam 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)
|