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.
2 parents 3fe01ff + e84ffe6 commit dd3ef39Copy full SHA for dd3ef39
configure
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
3
-D=$(mktemp -d /tmp/configure.XXXXX)
+D=$(mktemp -d "${TMPDIR:-/tmp}/configure.XXXXX")
4
function cleanup {
5
cd /
6
rm -rf $D
0 commit comments