Skip to content

Commit 67a68aa

Browse files
committed
update comment
1 parent 1c840fc commit 67a68aa

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/library/file.c

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1327,8 +1327,10 @@ static int check_interpreter(const char *interp)
13271327
return 0;
13281328
}
13291329

1330-
// We fell through the list that we know about.
1331-
// If it is trusted, allow it.
1330+
// We fell through the list that we know about. If it is trusted,
1331+
// allow it. This is an attempt to accomodate other distributions
1332+
// that may not have the same RHEL/Fedora interpreters. The best
1333+
// solution is for them to add to the list.
13321334
if (interpreter_is_trusted(interp))
13331335
return 0;
13341336

0 commit comments

Comments
 (0)