fixed issue with sed compatibility (bsd/gnu)

This commit is contained in:
Chad Nelson 2024-06-04 12:01:21 -06:00
parent 07e7fe1d5e
commit 49a9c81ecd
4 changed files with 54 additions and 141 deletions

View file

@ -21,3 +21,13 @@
(define %copyright '(2023))
(define %gettext-domain "msg")
(define G_ identity)
(define N_ identity)
(define (init-nls) "Dummy as no NLS is used" #t)
(define (init-locale) "Dummy as no NLS is used" #t)