From 38bf526fc5c78f780422c2f343ae6bf7f1bb4149 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 31 Oct 2000 10:59:50 +0000 Subject: [PATCH] fix bug in handling of : --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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++; -- 2.34.1