From 40a90581f96133699b73c7349263d0cc6571626e Mon Sep 17 00:00:00 2001 From: Andrew Plotkin Date: Sat, 27 May 2023 09:42:13 -0400 Subject: [PATCH] *Really* revert change. --- inbuild/supervisor-module/Chapter 4/Project Bundle Manager.w | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inbuild/supervisor-module/Chapter 4/Project Bundle Manager.w b/inbuild/supervisor-module/Chapter 4/Project Bundle Manager.w index c4156c034..4b3f1771c 100644 --- a/inbuild/supervisor-module/Chapter 4/Project Bundle Manager.w +++ b/inbuild/supervisor-module/Chapter 4/Project Bundle Manager.w @@ -221,7 +221,7 @@ inbuild_copy *ProjectBundleManager::claim_folder_as_copy(pathname *P) { if (Platform::is_folder_separator(Str::get_last_char(entry)) == FALSE) { TEMPORARY_TEXT(ext) Filenames::write_extension(ext, Filenames::from_text(entry)); - if (Str::eq_insensitive(ext, I".html") == FALSE) == FALSE) { + if (Str::eq_insensitive(ext, I".html") == FALSE) { TEMPORARY_TEXT(error_text) WRITE_TO(error_text, "the 'Index' subdirectory of the project directory '%S' contains a "