fix bug in handling of :

This commit is contained in:
Andrew Tridgell
2000-10-31 10:59:50 +00:00
parent bc363ea983
commit 38bf526fc5

2
main.c
View File

@@ -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++;