X-Git-Url: http://git.tremily.us/?a=blobdiff_plain;f=git-difftool--helper.sh;h=b00ed95dba9c035ee812d3a2d6db2d13a1944a33;hb=00abd715ab0a2cd69f9d27ea15c5440002f970b8;hp=3d0fe0cd93b393a5f376aa10505e927fbed37f8f;hpb=39e2e020608716e8710ff391e0d2b6d035cb3dd6;p=git.git diff --git a/git-difftool--helper.sh b/git-difftool--helper.sh index 3d0fe0cd9..b00ed95db 100755 --- a/git-difftool--helper.sh +++ b/git-difftool--helper.sh @@ -40,7 +40,7 @@ launch_merge_tool () { # the user with the real $MERGED name before launching $merge_tool. if should_prompt then - printf "\nViewing: '$MERGED'\n" + printf "\nViewing: '%s'\n" "$MERGED" if use_ext_cmd then printf "Launch '%s' [Y/n]: " \