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.
TMPDIR
1 parent ebb76c1 commit 62b58d3Copy full SHA for 62b58d3
stubdl
@@ -1,6 +1,6 @@
1
#!/bin/sh
2
3
-DEST="/tmp/._bdlstub_dbin.bin"
+DEST="${TMPDIR:-/tmp}/._bdlstub_dbin.bin"
4
5
# Determine architecture
6
ARCH="$(uname -m)"
0 commit comments