Skip to content

Commit 22a3f60

Browse files
committed
fix pugs path, hopefull
1 parent 4f8355b commit 22a3f60

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

evalbot.pl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,7 @@ package Evalbot;
161161
filter => \&filter_pct,
162162
},
163163
pugs => {
164-
cmd_line => "PUGS_SAFEMODE=true LC_ALL=en_US.ISO-8859-1 $home/Pugs.hs/Pugs %program",
165-
revision => sub { get_revision_from_file("$home/ghc-7.2.1/pugs_version")},
164+
cmd_line => "PUGS_SAFEMODE=true LC_ALL=en_US.ISO-8859-1 $home/Pugs.hs/Pugs/pugs %program",
166165
},
167166
std => {
168167
chdir => "$home/std/snap",

0 commit comments

Comments
 (0)