diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 2004-03-06 06:10:16 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 2004-03-06 06:10:16 +0000 |
| commit | adde319c62fbac4767c7d05b79832c72a6ee4a9b (patch) | |
| tree | 5b8c002574b80f71a18d8f5ff720365e348f86f0 | |
| parent | a1f17de172710e8e553c503530885b10abb057de (diff) | |
Notes
| -rw-r--r-- | bin/dd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/dd/Makefile b/bin/dd/Makefile index 20f0522a5468..691c6f4001ce 100644 --- a/bin/dd/Makefile +++ b/bin/dd/Makefile @@ -19,7 +19,7 @@ test: ${PROG} swab lcase ucase @echo testing conv=${conv} @./a.out | \ - /usr/bin/env -i LC_CTYPE=ASCII ./dd conv=${conv} 2>/dev/null | \ - /usr/bin/env -i LC_CTYPE=ASCII hexdump -C | \ + /usr/bin/env -i LC_CTYPE=en_US.US-ASCII ./dd conv=${conv} 2>/dev/null | \ + /usr/bin/env -i LC_CTYPE=en_US.US-ASCII hexdump -C | \ diff -IFreeBSD - ${.CURDIR}/ref.${conv} .endfor |
