Skip to content

Commit 9570e7f

Browse files
committed
fix(nomos): fix posix incomparible regular expressions
Fixes #822
1 parent e3cb4c5 commit 9570e7f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/nomos/agent/STRINGS.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2606,7 +2606,7 @@ e /* (INFILE(j)) */
26062606
#
26072607
%ENTRY% _LT_HSQLDB
26082608
%KEY% "licen[cs]"
2609-
%STR% "can be distributed (and used|) according to HSQLDB License"
2609+
%STR% "can be distributed (and used )?according to HSQLDB License"
26102610
#
26112611
#####
26122612
# DELETED: ... customer will provide HP with reasonably detailed information
@@ -3606,7 +3606,7 @@ e /* (INFILE(j)) */
36063606
#
36073607
%ENTRY% _LT_MSCORPref1
36083608
%KEY% "distribut"
3609-
%STR% "program is linked with(| and uses) microsoft distributable code"
3609+
%STR% "program is linked with (and uses )?microsoft distributable code"
36103610
#
36113611
%ENTRY% _LT_MSCORP_PLref1
36123612
%KEY% "licen[cs]"
@@ -6769,7 +6769,7 @@ k
67696769
#
67706770
%ENTRY% _TITLE_EDL_V10
67716771
%KEY% "licen[cs]"
6772-
%STR% "Eclipse Distribution License[ -](v |v|)1\.?0"
6772+
%STR% "Eclipse Distribution License[ -](v |v)?1\.?0"
67736773
#
67746774
%ENTRY% _TITLE_ATI_EULA
67756775
%KEY% "\<(end[ -]user|eula)\>"

0 commit comments

Comments
 (0)