Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[std] use system perl
  • Loading branch information
moritz committed Oct 21, 2010
1 parent 6a11357 commit 568324e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evalbot.pl
Expand Up @@ -190,7 +190,7 @@ package Evalbot;
},
std => {
chdir => "$home/std/snap",
cmd_line => '/opt/perl-5.12.1/bin/perl tryfile %program >>%out 2>&1',
cmd_line => 'perl tryfile %program >>%out 2>&1',
revision => sub { get_revision_from_file("$home/std/snap/revision")},
},
yapsi => {
Expand Down

0 comments on commit 568324e

Please sign in to comment.