X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=daemon%2Fguestfsd.c;h=b013661e240eaf2d2ac5b7f8a7c37fabddf0fc64;hb=98334f9d3a9120c829c5efacfe402b2cf6254ca2;hp=4a14c75f5260b6706656be1f9df74cefd8ebc58b;hpb=ecd828beb250648541492a69a188a71305897e4e;p=libguestfs.git diff --git a/daemon/guestfsd.c b/daemon/guestfsd.c index 4a14c75..b013661 100644 --- a/daemon/guestfsd.c +++ b/daemon/guestfsd.c @@ -188,7 +188,7 @@ main (int argc, char *argv[]) */ setenv ("PATH", "/usr/bin:/bin", 1); setenv ("SHELL", "/bin/sh", 1); - setenv ("LANG", "C", 1); + setenv ("LC_ALL", "C", 1); /* We document that umask defaults to 022 (it should be this anyway). */ umask (022);