patch-bin_git-credential-gcloud_sh 390 B

12345678910111213
  1. $OpenBSD: patch-bin_git-credential-gcloud_sh,v 1.4 2017/06/01 08:01:29 ajacoutot Exp $
  2. Index: bin/git-credential-gcloud.sh
  3. --- bin/git-credential-gcloud.sh.orig
  4. +++ bin/git-credential-gcloud.sh
  5. @@ -63,6 +63,7 @@ _cloudsdk_root_dir() {
  6. CLOUDSDK_ROOT_DIR=$(_cloudsdk_root_dir "$0")
  7. # Cloud SDK requires python 2.7
  8. +CLOUDSDK_PYTHON=${MODPY_BIN}
  9. case $CLOUDSDK_PYTHON in
  10. *python2*)
  11. ;;