chiark
/
gitweb
/
~mdw
/
chopwood
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
710c89c
)
chpwd: Remove redundant user-name check in the SSH-service path.
author
Mark Wooding
<mdw@distorted.org.uk>
Tue, 4 Feb 2014 14:49:42 +0000
(14:49 +0000)
committer
Mark Wooding
<mdw@distorted.org.uk>
Tue, 4 Feb 2014 14:49:42 +0000
(14:49 +0000)
chpwd
patch
|
blob
|
blame
|
history
diff --git
a/chpwd
b/chpwd
index 267190625e8e5ca0983c19fe49a4df0523a930a8..7190ddf6752d824e96dd44f4e35bd8534f237409 100755
(executable)
--- 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)