commit: 8e19c9d7218ebfb5380169df7b7978cbb782310c
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 30 18:21:01 2021 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Thu Dec 30 18:21:01 2021 +0000
URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=8e19c9d7
main: move comment to relevant block
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/main.c b/main.c
index b3f2f6d..1337cb0 100644
--- a/main.c
+++ b/main.c
@@ -485,10 +485,10 @@ read_portage_file(const char *file, enum
portage_file_type type, void *data)
continue;
}
- /* Handle "source" keyword */
if (type == ENV_FILE) {
size_t curline = line;
+ /* Handle "source" keyword */
if (strncmp(buf, "source ", 7) == 0) {
const char *sfile = buf + 7;