Correct usage of uuencode in po-mode.el.
PR: 16317 Submitted by: Dmitry Sivachenko <dima@Chg.RU>
This commit is contained in:
parent
3c806f4c9f
commit
b11d42ce33
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=25091
11
devel/gettext-devel/files/patch-ak
Normal file
11
devel/gettext-devel/files/patch-ak
Normal file
@ -0,0 +1,11 @@
|
||||
--- misc/po-mode.el.orig Sun Jan 23 22:35:10 2000
|
||||
+++ misc/po-mode.el Sun Jan 23 22:35:39 2000
|
||||
@@ -330,7 +330,7 @@
|
||||
:type 'face
|
||||
:group 'po)
|
||||
|
||||
-(defcustom po-gzip-uuencode-command "gzip -9 | uuencode -m"
|
||||
+(defcustom po-gzip-uuencode-command "gzip -9 | uuencode"
|
||||
"*The filter to use for preparing a mail invoice of the PO file.
|
||||
Normally \"gzip -9 | uuencode -m\", remove the -9 for lesser compression,
|
||||
or remove the -m if you are not using the GNU version of `uuencode'."
|
11
devel/gettext-old/files/patch-ak
Normal file
11
devel/gettext-old/files/patch-ak
Normal file
@ -0,0 +1,11 @@
|
||||
--- misc/po-mode.el.orig Sun Jan 23 22:35:10 2000
|
||||
+++ misc/po-mode.el Sun Jan 23 22:35:39 2000
|
||||
@@ -330,7 +330,7 @@
|
||||
:type 'face
|
||||
:group 'po)
|
||||
|
||||
-(defcustom po-gzip-uuencode-command "gzip -9 | uuencode -m"
|
||||
+(defcustom po-gzip-uuencode-command "gzip -9 | uuencode"
|
||||
"*The filter to use for preparing a mail invoice of the PO file.
|
||||
Normally \"gzip -9 | uuencode -m\", remove the -9 for lesser compression,
|
||||
or remove the -m if you are not using the GNU version of `uuencode'."
|
11
devel/gettext/files/patch-ak
Normal file
11
devel/gettext/files/patch-ak
Normal file
@ -0,0 +1,11 @@
|
||||
--- misc/po-mode.el.orig Sun Jan 23 22:35:10 2000
|
||||
+++ misc/po-mode.el Sun Jan 23 22:35:39 2000
|
||||
@@ -330,7 +330,7 @@
|
||||
:type 'face
|
||||
:group 'po)
|
||||
|
||||
-(defcustom po-gzip-uuencode-command "gzip -9 | uuencode -m"
|
||||
+(defcustom po-gzip-uuencode-command "gzip -9 | uuencode"
|
||||
"*The filter to use for preparing a mail invoice of the PO file.
|
||||
Normally \"gzip -9 | uuencode -m\", remove the -9 for lesser compression,
|
||||
or remove the -m if you are not using the GNU version of `uuencode'."
|
Loading…
Reference in New Issue
Block a user