]> jspc29.x-matter.uni-frankfurt.de Git - mvdsensorcontrol.git/commitdiff
created Environment.pm with all important hardcoded settings
authorJan Michel <j.michel@gsi.de>
Tue, 6 Aug 2013 16:23:59 +0000 (18:23 +0200)
committerJan Michel <j.michel@gsi.de>
Tue, 6 Aug 2013 16:23:59 +0000 (18:23 +0200)
tools/run.pl

index 55e62b205c6d7b7d16c07b43f265b9c22a6f9005..05fef49f00e3de051fc16a235ea2f32311acc464 100755 (executable)
@@ -7,12 +7,7 @@ use strict;
 use warnings;
 use POSIX;
 use CGI ':standard';
-<<<<<<< HEAD
 # use Cwd;
-=======
-
-use Cwd;
->>>>>>> 23c29745c883ce981ed72e273f6aac8ccccab503
 use CGI::Carp qw(fatalsToBrowser);
 use HTML::Entities;
 # require Common;
@@ -43,14 +38,10 @@ if( $q->param('runtime') ) {
   $runtime = $q->param('runtime');
 }
 
-<<<<<<< HEAD
 # print escapeHTML("hallo<<<>>>&&&!!"),br;
 # print escapeHTML($here);
 # $ENV{'PATH'}=$ENV{'PATH'}.":/home/hadaq/bin";
 # $ENV{'PATH'}=$ENV{'PATH'}.":/local.1/bastelstube/daqdata/bin";
-=======
-$ENV{'PATH'}=$ENV{'PATH'}.":/local.1/bastelstube/daqdata/bin";
->>>>>>> 23c29745c883ce981ed72e273f6aac8ccccab503
 # print br,$ENV{'PATH'},br;
 # $ENV{'JTAGPATH'}="/local.1/jtag_mvd/soft/toolbox/jtag_atomic/";
 # $ENV{'DAQOPSERVER'}="localhost:7";
@@ -63,13 +54,7 @@ unless(-e $picPath or mkdir $picPath) {
   die "Unable to create $picPath\n";
 }
 
-<<<<<<< HEAD
 system("./startup.pl ".SETUPFILE);
-chdir("preview");
-=======
-system("./startup.pl ../setup/testsetup.xml");
-# chdir("preview");
->>>>>>> 23c29745c883ce981ed72e273f6aac8ccccab503
 
 my $dummy;