Skip to content

Commit

Permalink
Merge branch 'da/p4merge-mktemp-fix' into maint
Browse files Browse the repository at this point in the history
* da/p4merge-mktemp-fix:
  p4merge: fix printf usage
  • Loading branch information
gitster committed Feb 25, 2013
2 parents 8552e2e + d272c84 commit 92f561d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mergetools/p4merge
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ create_empty_file () {
empty_file="${TMPDIR:-/tmp}/git-difftool-p4merge-empty-file.$$"
>"$empty_file"

printf "$empty_file"
printf "%s" "$empty_file"
}

0 comments on commit 92f561d

Please sign in to comment.