diff --git a/git-sh-setup.sh b/git-sh-setup.sh index 1fba6c2de0..1ca3d91c4c 100644 --- a/git-sh-setup.sh +++ b/git-sh-setup.sh @@ -55,7 +55,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: -\$path -Use -f if you really want to add it." >&2 + cat >&2 <