summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ssh-bleach.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssh-bleach.c b/ssh-bleach.c
index 5d101a9..0da00d8 100644
--- a/ssh-bleach.c
+++ b/ssh-bleach.c
@@ -50,7 +50,7 @@ int cvs_server (char *line) {
int svn_server (char *line) {
if (verbose)
printf ("svnserve -t\n");
- (void) execl ("/usr/bin/svnserve", "-t", NULL);
+ (void) execl ("/usr/bin/svnserve", "svnserve", "-t", NULL);
panic ("exec /usr/bin/svnserve failed: \"%s\"\n", strerror (errno));
}