mirror of
https://github.com/tj/git-extras.git
synced 2026-09-15 01:46:25 -04:00
Merge pull request #693 from xakraz/fix-mktemp-pattern
Fixed mktemp template to support busybox (and Alpine linux)
This commit is contained in:
commit
5dbab48aff
|
|
@ -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