We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c840fc commit 67a68aaCopy full SHA for 67a68aa
src/library/file.c
@@ -1327,8 +1327,10 @@ static int check_interpreter(const char *interp)
1327
return 0;
1328
}
1329
1330
- // We fell through the list that we know about.
1331
- // If it is trusted, allow it.
+ // We fell through the list that we know about. If it is trusted,
+ // 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.
1334
if (interpreter_is_trusted(interp))
1335
1336
0 commit comments