git.annexia.org
/
libguestfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4556fd6
)
appliance: Replace LANG=C with LC_ALL=C
author
Richard Jones
<rjones@trick.home.annexia.org>
Thu, 13 Aug 2009 16:16:14 +0000
(17:16 +0100)
committer
Richard Jones
<rjones@trick.home.annexia.org>
Thu, 13 Aug 2009 16:16:14 +0000
(17:16 +0100)
daemon/guestfsd.c
patch
|
blob
|
history
diff --git
a/daemon/guestfsd.c
b/daemon/guestfsd.c
index
4a14c75
..
b013661
100644
(file)
--- 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 ("L
ANG
", "C", 1);
+ setenv ("L
C_ALL
", "C", 1);
/* We document that umask defaults to 022 (it should be this anyway). */
umask (022);