]> git.ipfire.org Git - thirdparty/git.git/blobdiff - git-sh-setup.sh
Makefile: keep MSVC and Cygwin configuration separate
[thirdparty/git.git] / git-sh-setup.sh
index 80acb7de729f2f824043b592ce110479d4334a06..c41c2f7439724adc3dd13b92c86b25d254fc23b8 100755 (executable)
@@ -44,6 +44,15 @@ die() {
        exit 1
 }
 
+GIT_QUIET=
+
+say () {
+       if test -z "$GIT_QUIET"
+       then
+               printf '%s\n' "$*"
+       fi
+}
+
 if test -n "$OPTIONS_SPEC"; then
        usage() {
                "$0" -h