Dolda2000 GitWeb
/
utils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33dc94d
)
Make ssh shut up a bit.
author
fredrik
<fredrik@959494ce-11ee-0310-bf91-de5d638817bd>
Sun, 26 Aug 2007 03:18:20 +0000
(
03:18
+0000)
committer
fredrik
<fredrik@959494ce-11ee-0310-bf91-de5d638817bd>
Sun, 26 Aug 2007 03:18:20 +0000
(
03:18
+0000)
git-svn-id: svn+ssh://svn.dolda2000.com/srv/svn/repos/src/utils@1099
959494ce
-11ee-0310-bf91-
de5d638817bd
rsc
patch
|
blob
|
blame
|
history
diff --git
a/rsc
b/rsc
index
c915aab
..
74be3fd
100755
(executable)
--- a/
rsc
+++ b/
rsc
@@
-42,6
+42,7
@@
if($ARGV[0] eq "-s") {
if(-t STDIN) {
push @sshopts, "-t";
}
+ push @sshopts, "-q";
exec "ssh", @sshopts, "$host", "rsc", "-s", $ea;
die "$!";
}