From: Mark Wooding Date: Tue, 4 Feb 2014 14:49:42 +0000 (+0000) Subject: chpwd: Remove redundant user-name check in the SSH-service path. X-Git-Tag: 1.0.3~6 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/chopwood/commitdiff_plain/7f0fea566faade7979801728ca4f2a6a4bb53732 chpwd: Remove redundant user-name check in the SSH-service path. --- diff --git a/chpwd b/chpwd index 2671906..7190ddf 100755 --- a/chpwd +++ b/chpwd @@ -243,7 +243,6 @@ if __name__ == '__main__': with cli_errors(): cmd = ssh_setup() CU.set_user(ENV['CHPWD_SSH_USER']) - S.SERVICES['master'].find(CU.USER) with OUT.redirect_to(O.FileOutput()): OPTPARSE.dispatch('userv', cmd)