mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
Fixed mktemp template to support busybox (and Alpine linux)
This commit is contained in:
parent
8216e6bbbc
commit
80e93704eb
|
|
@ -2,6 +2,6 @@
|
|||
|
||||
# make a temporary file
|
||||
git_extra_mktemp() {
|
||||
mktemp -t "$(basename "$0")".XXX
|
||||
mktemp -t "$(basename "$0")".XXXXXXX
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue