mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-11-21 01:04:44 +08:00
ITS#9062 -- Honor TMPDIR in mkdep
This commit is contained in:
parent
7cc34fa722
commit
d98317488f
@ -103,7 +103,7 @@ if test ! -w $MAKE ; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
TMP=/tmp/mkdep$$
|
||||
TMP=${TMPDIR-/tmp}/mkdep$$
|
||||
|
||||
trap 'rm -f $TMP.sed $TMP ; exit 1' 1 2 3 13 15
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user