mirror of
https://github.com/git-for-windows/git.git
synced 2025-12-12 15:59:24 -06:00
Merge branch 'da/p4merge-mktemp-fix'
* da/p4merge-mktemp-fix: p4merge: fix printf usage
This commit is contained in:
commit
c0acef9b8a
@ -30,5 +30,5 @@ create_empty_file () {
|
|||||||
empty_file="${TMPDIR:-/tmp}/git-difftool-p4merge-empty-file.$$"
|
empty_file="${TMPDIR:-/tmp}/git-difftool-p4merge-empty-file.$$"
|
||||||
>"$empty_file"
|
>"$empty_file"
|
||||||
|
|
||||||
printf "$empty_file"
|
printf "%s" "$empty_file"
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user