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"; _______________________________________________ Secure-testing-commits mailing list Secure-testing-commits@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/secure-testing-commits