Skip to content

Commit 5aa55e6

Browse files
committed
Trim version and not versionID as assigned to lliurex-version output
1 parent 83b69a4 commit 5aa55e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/detection/os/os_linux.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ FF_MAYBE_UNUSED static void getUbuntuFlavour(FFOSResult* result)
9898
"/usr/bin/lliurex-version",
9999
NULL,
100100
}) == NULL) // 8.2.2
101-
ffStrbufTrimRightSpace(&result->versionID);
101+
ffStrbufTrimRightSpace(&result->version);
102102
ffStrbufSetF(&result->prettyName, "LliureX %s", result->version.chars);
103103
ffStrbufSetStatic(&result->idLike, "ubuntu");
104104
return;

0 commit comments

Comments
 (0)