Skip to content

Commit a87299b

Browse files
committed
bootstrap: restore magic true value to PrivatePAUSE
1 parent dae7440 commit a87299b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bootstrap/selfconfig-pause

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,8 @@ my $config_file_contents = <<~'END';
136136
137137
$Config->{ML_MIN_FILES} = 1;
138138
$Config->{ML_MIN_INDEX_LINES} = 0;
139+
140+
1;
139141
END
140142

141143
$config_file_contents =~ s/%%AUTHUSER_PW%%/$opt->authuser_pw/e;

0 commit comments

Comments
 (0)