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 d0baf76 + e14a7ab commit 8abc26fCopy full SHA for 8abc26f
gh-install
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
set -eo pipefail
3
4
-TMP="/tmp/.gh-install"
+TMP=$(mktemp -d gh-install.XXXXXX --tmpdir)
5
BINPATH="${GH_BINPATH:-$HOME/.local/bin}"
6
REPO=$1
7
0 commit comments