mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-14 08:05:37 +00:00
FS-9649 Fix filebug script if EDITOR env variable not set
This commit is contained in:
parent
6c6eb98452
commit
90c09d045e
@ -10,6 +10,7 @@ my $default_versions = "1.7 1.6";
|
||||
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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user