diff options
Diffstat (limited to 'pc/Makefile.tst')
-rw-r--r-- | pc/Makefile.tst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pc/Makefile.tst b/pc/Makefile.tst index 78ad5ad1..f7bfa7c8 100644 --- a/pc/Makefile.tst +++ b/pc/Makefile.tst @@ -845,7 +845,7 @@ posix2008sub: next: @echo $@ - @-AWK="$(AWKPROG)" $(srcdir)/$@.sh > _$@ 2>&1 + @-$(LOCALES) AWK="$(AWKPROG)" $(srcdir)/$@.sh > _$@ 2>&1 @-LC_ALL=C $(CMP) $(srcdir)/$@.ok _$@ && rm -f _$@ exit: |