We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 922fcad commit 1abe1f8Copy full SHA for 1abe1f8
mkdep
@@ -68,7 +68,7 @@ if [ ! -w $MAKE ]; then
68
exit 1
69
fi
70
71
-TMP=/tmp/mkdep$$
+TMP=${TMPDIR:-/tmp}/mkdep$$
72
73
trap 'rm -f $TMP ; exit 1' 1 2 3 13 15
74
0 commit comments