diff --git a/git-sh-setup.sh b/git-sh-setup.sh index 651283cf4e..039ab10732 100644 --- a/git-sh-setup.sh +++ b/git-sh-setup.sh @@ -62,7 +62,9 @@ GIT_QUIET= say () { if test -z "$GIT_QUIET" then - printf '%s\n' "$*" + cat < /dev/null 2>&1 then - eval_gettextln "The following path is ignored by one of your .gitignore files: -\$sm_path -Use -f if you really want to add it." >&2 + cat >&2 <