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 8552e2e + d272c84 commit 92f561dCopy full SHA for 92f561d
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