From 9d3fd2c74f2fc09637b6845891e1b48cd5182281 Mon Sep 17 00:00:00 2001 From: mquinson Date: Wed, 29 Jun 2005 22:16:45 +0000 Subject: [PATCH] Pass the args to the child git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1490 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- examples/gras/timer/test_sg.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/gras/timer/test_sg.in b/examples/gras/timer/test_sg.in index 72a7403975..dfb8871cc3 100755 --- a/examples/gras/timer/test_sg.in +++ b/examples/gras/timer/test_sg.in @@ -1,5 +1,5 @@ #! @BASH@ if test -x ./timer_simulator ; then - exec ./timer_simulator @top_srcdir@/examples/msg/small_platform.xml @srcdir@/timer_deployment.xml + exec ./timer_simulator @top_srcdir@/examples/msg/small_platform.xml @srcdir@/timer_deployment.xml $@ fi exit 77 -- 2.20.1