From: Andrew Tridgell Date: Tue, 31 Oct 2000 10:59:50 +0000 (+0000) Subject: fix bug in handling of : X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/38bf526fc5c78f780422c2f343ae6bf7f1bb4149 fix bug in handling of : --- diff --git a/main.c b/main.c index e54ae8b0..57992482 100644 --- a/main.c +++ b/main.c @@ -593,7 +593,7 @@ static int start_client(int argc, char *argv[]) am_sender = 0; *p = 0; - shell_machine = argv[0]; + shell_machine = argv0; shell_path = p+1; argc--; argv++;