Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix regression
  • Loading branch information
moritz committed Mar 18, 2012
1 parent 07d32e8 commit 4f8355b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evalbot.pl
Expand Up @@ -161,7 +161,7 @@ package Evalbot;
filter => \&filter_pct,
},
pugs => {
cmd_line => "PUGS_SAFEMODE=true LC_ALL=en_US.ISO-8859-1 $home/Pugs.hs/Pugs %program',
cmd_line => "PUGS_SAFEMODE=true LC_ALL=en_US.ISO-8859-1 $home/Pugs.hs/Pugs %program",
revision => sub { get_revision_from_file("$home/ghc-7.2.1/pugs_version")},
},
std => {
Expand Down

0 comments on commit 4f8355b

Please sign in to comment.