From 330bb12f5debd5a97b67795eb4441f58580e3207 Mon Sep 17 00:00:00 2001 From: William King Date: Wed, 19 Oct 2016 18:26:50 -0700 Subject: [PATCH] FS-9649 Fix filebug script if EDITOR env variable not set --- support-d/utils/filebug.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/support-d/utils/filebug.pl b/support-d/utils/filebug.pl index aab2f1f0ca..7c22e2aaee 100755 --- a/support-d/utils/filebug.pl +++ b/support-d/utils/filebug.pl @@ -10,6 +10,7 @@ my $default_versions = "1.9 1.8"; my $default_components = "freeswitch-core"; my $desc_head = "; Enter the description lines beginning with a ; will be ignored.\n"; +chomp($editor); sub getpass { ReadMode( "noecho");