From: mquinson Date: Wed, 29 Jun 2005 22:16:45 +0000 (+0000) Subject: Pass the args to the child X-Git-Tag: v3.3~3865 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/9d3fd2c74f2fc09637b6845891e1b48cd5182281?ds=sidebyside 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 --- 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