diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2007-10-30 18:13:14 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2007-10-30 18:13:14 +0000 |
commit | 38809b009f896e48f5a85fcede358cf3049e0ad1 (patch) | |
tree | 2df17f47a6eb79afb61ae1a98dd6f9457eb627c2 /app-emacs/tramp/files | |
parent | Stable on ppc wrt bug 197414 (diff) | |
download | historical-38809b009f896e48f5a85fcede358cf3049e0ad1.tar.gz historical-38809b009f896e48f5a85fcede358cf3049e0ad1.tar.bz2 historical-38809b009f896e48f5a85fcede358cf3049e0ad1.zip |
fix environment for program calls so no strings are translated
Package-Manager: portage-2.1.3.16
Diffstat (limited to 'app-emacs/tramp/files')
-rw-r--r-- | app-emacs/tramp/files/digest-tramp-2.1.11-r1 | 3 | ||||
-rw-r--r-- | app-emacs/tramp/files/tramp-2.1.11-environment_fix.patch | 10 |
2 files changed, 13 insertions, 0 deletions
diff --git a/app-emacs/tramp/files/digest-tramp-2.1.11-r1 b/app-emacs/tramp/files/digest-tramp-2.1.11-r1 new file mode 100644 index 000000000000..e4fb155157cf --- /dev/null +++ b/app-emacs/tramp/files/digest-tramp-2.1.11-r1 @@ -0,0 +1,3 @@ +MD5 878d1297877535ef920901160508a25d tramp-2.1.11.tar.gz 329099 +RMD160 533c8a342df099d8c01c6be9946a03f64da476f7 tramp-2.1.11.tar.gz 329099 +SHA256 c501e3292a0b264002e2fb619cea133c96dd181d567c51c3c8c190c781f4efc1 tramp-2.1.11.tar.gz 329099 diff --git a/app-emacs/tramp/files/tramp-2.1.11-environment_fix.patch b/app-emacs/tramp/files/tramp-2.1.11-environment_fix.patch new file mode 100644 index 000000000000..4cd2017e3403 --- /dev/null +++ b/app-emacs/tramp/files/tramp-2.1.11-environment_fix.patch @@ -0,0 +1,10 @@ +--- /var/tmp/portage/app-emacs/tramp-2.1.11/work/tramp-2.1.11/lisp/tramp.el 2007-10-10 06:28:46.000000000 +0200 ++++ /tmp/tramp.el 2007-10-30 18:50:14.000000000 +0100 +@@ -6112,6 +6112,7 @@ + (when (and p (processp p)) + (delete-process p)) + (setenv "TERM" tramp-terminal-type) ++ (setenv "LC_ALL" "C") + (setenv "PROMPT_COMMAND") + (setenv "PS1" "$ ") + (let* ((target-alist (tramp-compute-multi-hops vec)) |