[Bug 211934] bin/mv - call setlocale so tool adheres to support localisation

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Aug 17 10:47:53 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211934

            Bug ID: 211934
           Summary: bin/mv - call setlocale so tool adheres to support
                    localisation
           Product: Base System
           Version: CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Keywords: patch
          Severity: Affects Only Me
          Priority: ---
         Component: bin
          Assignee: freebsd-bugs at FreeBSD.org
          Reporter: venture37 at geeklan.co.uk

Created attachment 173771
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=173771&action=edit
call setlocale()

setenv LC_ALL de_DE.ISO8859-1

With patch
% /usr/obj/usr/src/bin/mv/mv notpresent1 notpresent2
mv: rename notpresent1 to notpresent2: Datei oder Verzeichnis nicht gefunden

Without patch
% mv notpresent1 notpresent2
mv: rename notpresent1 to notpresent2: No such file or directory

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list