From 1c629f376b4699248826599aef14afe3ec764f71 Mon Sep 17 00:00:00 2001 From: Eric Heien Date: Tue, 3 Jun 2003 23:27:34 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=1292 --- client/app.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/app.C b/client/app.C index 7dff6424b4..3c58e30446 100644 --- a/client/app.C +++ b/client/app.C @@ -374,7 +374,7 @@ int ACTIVE_TASK::start(bool first_time) { argv[0] = exec_name; parse_command_line(wup->command_line, argv+1); if (log_flags.task_debug) print_argv(argv); - sprintf(buf, "..%s.%s%s", PATH_SEPARATOR, PATH_SEPARATOR, exec_path ); + sprintf(buf, "..%s..%s%s", PATH_SEPARATOR, PATH_SEPARATOR, exec_path ); retval = execv(buf, argv); fprintf(stderr, "execv failed: %d\n", retval); perror("execv");