Skip to content

Commit 36e2278

Browse files
committed
fix(licenses): restore regexp POSIX compatibility
1 parent eb37bc2 commit 36e2278

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/nomos/agent/STRINGS.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1782,11 +1782,11 @@
17821782
#
17831783
%ENTRY% _LT_DUAL_LICENSE_46
17841784
%KEY% =NULL=
1785-
%STR% "as an alternative.{,20}you may use this file under"
1785+
%STR% "as an alternative.{0,20}you may use this file under"
17861786
#
17871787
%ENTRY% _LT_DUAL_LICENSE_47
17881788
%KEY% =NULL=
1789-
%STR% "under the terms of either.{,15}or"
1789+
%STR% "under the terms of either.{0,15}or"
17901790
#
17911791
%ENTRY% _LT_SUBSEQUENT_VERSION
17921792
%KEY% "licen[cs]"

0 commit comments

Comments
 (0)