summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-10-25 14:02:49 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-10-25 14:02:49 -0400
commit2951ce79651245386607c164b1d5d812b72dce65 (patch)
tree76c761294fdd468f4c893c75fbd2401fa929b4e8
parentc90d07d0dd37e3631bf70bd01e68c7f818215a97 (diff)
expand comment
-rwxr-xr-xstandalone/windows/build.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh
index 037351075..481d2be7d 100755
--- a/standalone/windows/build.sh
+++ b/standalone/windows/build.sh
@@ -35,7 +35,9 @@ rm -f git-annex-installer.exe
# Get extra programs to bundle with git-annex.
# These are msys2 programs, from https://msys2.github.io/.
# Since git for windows uses msys2, and includes its libraries,
-# these programs will work well with it.
+# these programs will work well with it. Note that these are 32 bit
+# programs, so the 32 bit version of git for windows needs to be installed,
+# not the 64 bit.
getextra () {
extrap="$1"
extrasha="$2"