]> git.dolda2000.com Git - utils.git/commitdiff
Make ssh shut up a bit.
authorfredrik <fredrik@959494ce-11ee-0310-bf91-de5d638817bd>
Sun, 26 Aug 2007 03:18:20 +0000 (03:18 +0000)
committerfredrik <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

diff --git a/rsc b/rsc
index c915aab0d2cf1d7ea0ad05490ce24047401014c6..74be3fdb0a73245240cb0e8f1a28a8e1e1d2cf30 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 "$!";
 }