fetchsvn: set LC_ALL in builder to allow svn to handle unicode filenames
This commit is contained in:
@@ -18,6 +18,10 @@ if test -n "$http_proxy"; then
|
||||
export HOME="$PWD"
|
||||
fi;
|
||||
|
||||
if test -z "$LC_ALL"; then
|
||||
export LC_ALL="en_US.UTF-8"
|
||||
fi;
|
||||
|
||||
# Pipe the "p" character into Subversion to force it to accept the
|
||||
# server's certificate. This is perfectly safe: we don't care
|
||||
# whether the server is being spoofed --- only the cryptographic
|
||||
|
||||
Reference in New Issue
Block a user