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