Skip to content

Commit dddfa71

Browse files
committed
use freshly built pugs
1 parent 54d4987 commit dddfa71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

evalbot.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ package Evalbot;
161161
filter => \&filter_pct,
162162
},
163163
pugs => {
164-
cmd_line => 'PUGS_SAFEMODE=true LC_ALL=en_US.ISO-8859-1 ~/ghc-7.2.1/bin/pugs %program',
164+
cmd_line => "PUGS_SAFEMODE=true LC_ALL=en_US.ISO-8859-1 $home/Pugs.hs/Pugs %program',
165165
revision => sub { get_revision_from_file("$home/ghc-7.2.1/pugs_version")},
166166
},
167167
std => {

0 commit comments

Comments
 (0)