projects
/
monkeysphere-validation-agent.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8da14f0
)
Add newline after version in `msva-query-agent --version` output.
author
W. Trevor King
<wking@drexel.edu>
Sun, 29 May 2011 01:45:43 +0000
(21:45 -0400)
committer
W. Trevor King
<wking@drexel.edu>
Sun, 29 May 2011 01:45:43 +0000
(21:45 -0400)
script/msva-query-agent
patch
|
blob
|
history
diff --git
a/script/msva-query-agent
b/script/msva-query-agent
index 7383db52c7d2654ecdb82e89ff745e2e9a8074a2..1637aadcea323cd240a5233efeb7467377fc28de 100755
(executable)
--- a/
script/msva-query-agent
+++ b/
script/msva-query-agent
@@
-43,7
+43,7
@@
if ((!defined($context)) ||
my ($status,$ret) = $client->agent_info();
$client->log('verbose', "status: %s\n", $status);
if (defined $ret) {
- printf("%s", $ret->{server});
+ printf("%s
\n
", $ret->{server});
exit 0;
}
exit 1;