From fd8e15b326b3c5f0940fabf22db421783eb4cc91 Mon Sep 17 00:00:00 2001 From: mquinson Date: Wed, 23 Feb 2005 12:46:11 +0000 Subject: [PATCH] Fix the copy/paste git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1047 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- examples/gras/chrono/test_rl.in | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/examples/gras/chrono/test_rl.in b/examples/gras/chrono/test_rl.in index 8a364767a7..8bbdec455b 100755 --- a/examples/gras/chrono/test_rl.in +++ b/examples/gras/chrono/test_rl.in @@ -5,6 +5,4 @@ else wine=wine fi -$wine ./chrono_server@EXEEXT@ $@ & -sleep 1 -$wine ./chrono_client@EXEEXT@ $@ +exec $wine ./chrono_multiplier@EXEEXT@ $@ -- 2.20.1