Skip to content
Snippets Groups Projects
Commit ed864a64 authored by intrigeri's avatar intrigeri
Browse files

Run duplicity in a C locales environment (Closes: #736280).

This workarounds a bug in duplicity. Quoting the reporter (thanks, Jonathan
Dupart <jonathan@dupart.org>, for the detailed report and initial patch):

The duplicity backend is broken when the gpg ecryption is set up and the
system default locale is not english (or C).

The bug reports on duplicity are here :
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=565398
https://bugs.launchpad.net/duplicity/+bug/510625
parent 02207759
Branches
Tags
No related merge requests found
......@@ -104,7 +104,7 @@ fi
### COMMAND-LINE MANGLING ######################################################
### initialize $execstr*
execstr_precmd=
execstr_precmd='LC_ALL=C'
execstr_command=
execstr_options="$options --no-print-statistics"
execstr_source=
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment