summaryrefslogtreecommitdiffstats
path: root/bin/check-new-issues
diff options
context:
space:
mode:
authorRaphael Geissert <geissert@debian.org>2017-10-11 11:02:45 +0000
committerRaphael Geissert <geissert@debian.org>2017-10-11 11:02:45 +0000
commit7a8f55559d0adcde16f5edbf05f012a3d281df9e (patch)
tree8490f5e5c0e87fb8322a31d808d86cd09d411fce /bin/check-new-issues
parent7f8f5b564f2eb56c9f54c7786d8c49b3d3e98591 (diff)
Use sensible-editor instead of handling the env vars ourselves
git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@56606 e39458fd-73e7-0310-bf30-c45bca0a0e42
Diffstat (limited to 'bin/check-new-issues')
-rwxr-xr-xbin/check-new-issues2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/check-new-issues b/bin/check-new-issues
index b9690a641a..c9b33fa004 100755
--- a/bin/check-new-issues
+++ b/bin/check-new-issues
@@ -101,7 +101,7 @@ my $todo_regexp= $opts{t} || ( $opts{T} ? '^\s+TODO: check' : '^\s+TODO: check$'
my $auto_display_limit = 10;
$auto_display_limit = $opts{a} if defined $opts{a};
-my $editor=$ENV{EDITOR} || $ENV{VISUAL} || "vi";
+my $editor= 'sensible-editor';
unless ($opts{D}) {
system "cd $basedir/.. ; wget -N $allitemsurl";

© 2014-2024 Faster IT GmbH | imprint | privacy policy