CVSROOT: /cvs Module name: src Changes by: mart...@cvs.openbsd.org 2022/01/07 03:20:11
Modified files: regress/usr.sbin/snmpd: snmpd.sh Log message: Somehow I always forget that the more global LC_ALL takes precedence over the more specific LC_CTYPE. Things are weird that way. The problem here was that "eval" and "LC_ALL=" were swapped, not the priority of variables. pointed out by naddy@ OK tb@