From: Michael Wiebusch Date: Mon, 5 Aug 2013 12:02:05 +0000 (+0200) Subject: fix X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=78436689a47e38d5f4fc099e47271d01a87cbd3b;p=mvdsensorcontrol.git fix --- 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;