]> gitweb.factorcode.org Git - factor.git/blobdiff - build.sh
fixes for GitHub disabling unauthenticated git protocol
[factor.git] / build.sh
index df725ab8b6c4f252850d4eb5a8fc584ac8f59276..12dec026786d4cefb8d9c22f8cd8be3b3d6035ce 100755 (executable)
--- a/build.sh
+++ b/build.sh
@@ -11,7 +11,7 @@ ECHO=echo
 OS=
 ARCH=
 WORD=
-GIT_PROTOCOL=${GIT_PROTOCOL:="git"}
+GIT_PROTOCOL=${GIT_PROTOCOL:="https"}
 GIT_URL=${GIT_URL:=$GIT_PROTOCOL"://github.com/factor/factor.git"}
 SCRIPT_ARGS="$*"