FS-9649 Fix filebug script if EDITOR env variable not set

This commit is contained in:
William King 2016-10-19 18:26:50 -07:00
parent 43e19a5192
commit 330bb12f5d
1 changed files with 1 additions and 0 deletions

View File

@ -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");