We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3078419 + d272c84 commit c0acef9Copy full SHA for c0acef9
mergetools/p4merge
@@ -30,5 +30,5 @@ create_empty_file () {
30
empty_file="${TMPDIR:-/tmp}/git-difftool-p4merge-empty-file.$$"
31
>"$empty_file"
32
33
- printf "$empty_file"
+ printf "%s" "$empty_file"
34
}
0 commit comments