From 5c1a9887929d2029582ce5441117ba1173192c31 Mon Sep 17 00:00:00 2001 From: guibilar Date: Sun, 8 May 2016 01:54:38 -0300 Subject: [PATCH] Update pyrun.pl --- lib/scripts/verif_run/pyrun.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/scripts/verif_run/pyrun.pl b/lib/scripts/verif_run/pyrun.pl index d8329948..118318df 100755 --- a/lib/scripts/verif_run/pyrun.pl +++ b/lib/scripts/verif_run/pyrun.pl @@ -121,7 +121,7 @@ # Run the script my $makePktsOut; - $makePktsOut = `./$makePkts 2>&1`; + $makePktsOut = `perl $makePkts 2>&1`; print $makePktsOut; # Verify the return code