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:
Niko Tyni 2019-02-24 10:15:49 +02:00 committed by openKylinBot
parent 5bdbd9a6b4
commit 1ca5f5e60d
1 changed files with 1 additions and 1 deletions

View File

@ -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}) {