From 78436689a47e38d5f4fc099e47271d01a87cbd3b Mon Sep 17 00:00:00 2001 From: Michael Wiebusch Date: Mon, 5 Aug 2013 14:02:05 +0200 Subject: [PATCH] fix --- tools/preview/exec_evtbuild_t.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/preview/exec_evtbuild_t.pl b/tools/preview/exec_evtbuild_t.pl index e45096d..bacde9b 100755 --- a/tools/preview/exec_evtbuild_t.pl +++ b/tools/preview/exec_evtbuild_t.pl @@ -51,7 +51,7 @@ else{ $time = 3; } -execute("cd $opt_path"); +chdir($opt_path); $thr1 = threads->new(\&execute, "timeout -s SIGINT ".($time+1.5)." daq_evtbuild -m 1 -q 32 -d file -x te -Se -S boris"); sleep 1; -- 2.43.0