File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -92,25 +92,25 @@ package Evalbot;
92
92
niecza => {
93
93
chdir => " $home /niecza" ,
94
94
cmd_line => ' PATH=/usr/local/mono-2.10.1/bin:/usr/local/bin:/usr/bin:/bin LD_LIBRARY_PATH=/usr/local/mono-2.10.1/lib mono ./run/Niecza.exe --safe --obj-dir=obj %program' ,
95
- revision => sub { get_revision_from_file(' ~ /niecza/VERSION' )},
95
+ revision => sub { get_revision_from_file(" $home /niecza/VERSION" )},
96
96
},
97
97
' rakudo-MOAR' => {
98
98
chdir => " $home " ,
99
99
cmd_line => ' ./rakudo-inst/bin/perl6-m --setting=RESTRICTED %program' ,
100
100
nolock => 1,
101
- revision => sub { get_revision_from_file(' ~ /rakudo-inst/revision' )},
101
+ revision => sub { get_revision_from_file(" $home /rakudo-inst/revision" )},
102
102
},
103
103
' rakudo-moar' => {
104
104
chdir => " $home " ,
105
105
cmd_line => ' ./rakudo-m-inst/bin/perl6-m --setting=RESTRICTED %program' ,
106
106
nolock => 1,
107
- revision => sub { get_revision_from_file(' ~ /rakudo-m-inst/revision' )},
107
+ revision => sub { get_revision_from_file(" $home /rakudo-m-inst/revision" )},
108
108
},
109
109
' prof-m' => {
110
110
chdir => " $home " ,
111
111
cmd_line => ' ./rakudo-inst/bin/perl6-m --profile --profile-filename=/tmp/mprof.html --setting=RESTRICTED %program' ,
112
112
nolock => 1,
113
- revision => sub { get_revision_from_file(' ~ /rakudo-inst/revision' )},
113
+ revision => sub { get_revision_from_file(" $home /rakudo-inst/revision" )},
114
114
post => sub {
115
115
my ($output ) = @_ ;
116
116
my $destfile = sprintf " %x " , time - 1420066800; # seconds since 2015-01-01
You can’t perform that action at this time.
0 commit comments