summaryrefslogtreecommitdiff
path: root/checkgit
diff options
context:
space:
mode:
Diffstat (limited to 'checkgit')
-rwxr-xr-xcheckgit2
1 files changed, 1 insertions, 1 deletions
diff --git a/checkgit b/checkgit
index 06a5bd7a..ba8bfe70 100755
--- a/checkgit
+++ b/checkgit
@@ -20,7 +20,7 @@ fail()
{
printf "You must configure Git, before using %s's build system. Do:\n" \
"${projectname}" 1>&2
- printf "%s\n\n" "${1}"
+ printf "%s\n\n" "${1}" 1>&2
err "Misconfigured git-scm"
}