Use "editor" as the default perlbug editor, as per Debian policy
Bug-Debian: https://bugs.debian.org/922609 Gbp-Pq: Topic debian Gbp-Pq: Name perlbug-editor.diff
This commit is contained in:
parent
5bdbd9a6b4
commit
1ca5f5e60d
|
@ -272,7 +272,7 @@ sub Init {
|
|||
$ed = $opt{e} || $ENV{VISUAL} || $ENV{EDITOR} || $ENV{EDIT}
|
||||
|| ($Is_VMS && "edit/tpu")
|
||||
|| ($Is_MSWin32 && "notepad")
|
||||
|| "vi";
|
||||
|| "editor";
|
||||
|
||||
# Not OK - provide build failure template by finessing OK report
|
||||
if ($opt{n}) {
|
||||
|
|
Loading…
Reference in New Issue