Skip to content

Commit dd3ef39

Browse files
authored
Merge pull request #767 from psafont/sandbox
configure: work around read-only /tmp found in opam's 2.1.0
2 parents 3fe01ff + e84ffe6 commit dd3ef39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
D=$(mktemp -d /tmp/configure.XXXXX)
3+
D=$(mktemp -d "${TMPDIR:-/tmp}/configure.XXXXX")
44
function cleanup {
55
cd /
66
rm -rf $D

0 commit comments

Comments
 (0)