From: Junio C Hamano Date: Thu, 4 May 2017 07:26:47 +0000 (+0900) Subject: Merge branch 'rg/a-the-typo' X-Git-Tag: v2.13.0-rc2~1 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/7c7478f45a67121aeda2e1d276feb34c5786e611?ds=inline;hp=-c Merge branch 'rg/a-the-typo' Typofix. * rg/a-the-typo: fix minor typos --- 7c7478f45a67121aeda2e1d276feb34c5786e611 diff --combined ci/run-windows-build.sh index e043440799,9f89d54320..d8f0d92f28 --- a/ci/run-windows-build.sh +++ b/ci/run-windows-build.sh @@@ -1,6 -1,6 +1,6 @@@ #!/usr/bin/env bash # - # Script to trigger the a Git for Windows build and test run. + # Script to trigger the Git for Windows build and test run. # Set the $GFW_CI_TOKEN as environment variable. # Pass the branch (only branches on https://github.com/git/git are # supported) and a commit hash. @@@ -55,7 -55,7 +55,7 @@@ while tru do LAST_STATUS=$STATUS STATUS=$(gfwci "action=status&buildId=$BUILD_ID") - test "$STATUS" = "$LAST_STATUS" || printf "\nStatus: $STATUS " + test "$STATUS" = "$LAST_STATUS" || printf "\nStatus: %s " "$STATUS" printf "." case "$STATUS" in