Skip to content

Commit 2e02a78

Browse files
committed
s/SAFE/RESTRICTED/
1 parent 683d255 commit 2e02a78

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
@@ -127,7 +127,7 @@ package Evalbot;
127127
},
128128
rakudo => {
129129
chdir => "$home",
130-
cmd_line => './nom-inst/bin/perl6 --setting=SAFE %program',
130+
cmd_line => './nom-inst/bin/perl6 --setting=RESTRICTED %program',
131131
nolock => 1,
132132
revision => sub { get_revision_from_file('~/nom-inst/rakudo-revision')},
133133
},

0 commit comments

Comments
 (0)