mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-06-27 03:37:50 +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 $default_components = "freeswitch-core";
|
||||||
my $desc_head = "; Enter the description lines beginning with a ; will be ignored.\n";
|
my $desc_head = "; Enter the description lines beginning with a ; will be ignored.\n";
|
||||||
|
|
||||||
|
chomp($editor);
|
||||||
|
|
||||||
sub getpass {
|
sub getpass {
|
||||||
ReadMode( "noecho");
|
ReadMode( "noecho");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user