Skip to content

Commit

Permalink
Merge branch 'da/p4merge-mktemp-fix'
Browse files Browse the repository at this point in the history
* da/p4merge-mktemp-fix:
  p4merge: fix printf usage
  • Loading branch information
Junio C Hamano committed Feb 15, 2013
2 parents 3078419 + d272c84 commit c0acef9
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 c0acef9

Please sign in to comment.