Skip to content

Commit c9e2a44

Browse files
committed
Added tag 'derived-from-file' to Red Hat OS classes/variables
Ticket: CFE-4531 Changelog: Title Signed-off-by: Lars Erik Wik <[email protected]>
1 parent c3fb2ef commit c9e2a44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libenv/sysinfo.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2196,7 +2196,7 @@ static int Linux_Redhat_Version(EvalContext *ctx)
21962196

21972197
strcat(classbuf, strmajor);
21982198

2199-
SetFlavor(ctx, classbuf, NULL);
2199+
SetFlavor(ctx, classbuf, RH_REL_FILENAME);
22002200

22012201
if (minor != -2)
22022202
{

0 commit comments

Comments
 (0)