X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b13ed025d5deb297a7b54d6ede82925b066eee1e..5096f6930d4823cfc3f2569e7c97bce9fb42d4e1:/tools/cmake/scripts/my_valgrind.pl diff --git a/tools/cmake/scripts/my_valgrind.pl b/tools/cmake/scripts/my_valgrind.pl index f2ccce7101..eb33cb0e8e 100755 --- a/tools/cmake/scripts/my_valgrind.pl +++ b/tools/cmake/scripts/my_valgrind.pl @@ -1,6 +1,6 @@ #!/usr/bin/env perl -# Copyright (c) 2012-2018. The SimGrid Team. All rights reserved. +# Copyright (c) 2012-2019. The SimGrid Team. All rights reserved. # This program is free software; you can redistribute it and/or modify it # under the terms of the license (GNU LGPL) which comes with this package. @@ -30,4 +30,4 @@ while (defined(my $arg = shift)) { # map { print "$_ " } @argv; # print "\n"; -system @argv; +exec @argv;