ne pas activer git-ssh.userconf par défaut

This commit is contained in:
Jephté Clain 2017-03-25 10:43:35 +04:00
parent 5061d4b6e4
commit 42c6fa6218
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# -*- coding: utf-8 mode: sh -*- vim:sw=4:sts=4:et:ai:si:sta:fenc=utf-8
# Spécifier le client SSH à utiliser pour git
export GIT_SSH=mssh
#export GIT_SSH=mssh

2
mssh
View File

@ -18,7 +18,7 @@ function match_network() {
array_copy includes "${network}_INCLUDES"
array_copy excludes "${network}_EXCLUDES"
array_copy domains "${network}_DOMAINS"
if ipcalc_checkip "$ip" >/dev/null; then
for spec in "${excludes[@]}"; do
if ipcalc_match "$ip" "$spec"; then