[Secure-testing-commits] r56606 - bin
Raphael Geissert
geissert at moszumanska.debian.org
Wed Oct 11 11:02:45 UTC 2017
Author: geissert
Date: 2017-10-11 11:02:45 +0000 (Wed, 11 Oct 2017)
New Revision: 56606
Modified:
bin/check-new-issues
Log:
Use sensible-editor instead of handling the env vars ourselves
Modified: bin/check-new-issues
===================================================================
--- bin/check-new-issues 2017-10-11 10:59:16 UTC (rev 56605)
+++ bin/check-new-issues 2017-10-11 11:02:45 UTC (rev 56606)
@@ -101,7 +101,7 @@
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";
More information about the Secure-testing-commits
mailing list