From: Anthony Minessale Date: Wed, 19 Aug 2015 19:58:05 +0000 (-0500) Subject: FS-7988 fix a few buglets X-Git-Tag: v1.6.2~156 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3dbd3306d031ccd8f4752bc4972a2bc2189f08a;p=thirdparty%2Ffreeswitch.git FS-7988 fix a few buglets --- diff --git a/support-d/utils/filebug.pl b/support-d/utils/filebug.pl index a2e095c507..1f42a8da21 100755 --- a/support-d/utils/filebug.pl +++ b/support-d/utils/filebug.pl @@ -93,6 +93,7 @@ if (!$opts{user}) { if (!$opts{pass} && !$opts{debug}) { $opts{pass} = getpass(); + print "\n"; } my $jira; @@ -163,7 +164,7 @@ my $input = { customfield_10024 => $opts{hash}, customfield_10025 => $opts{hash}, components => $opts{components_array}, - affectsVersion => $opts{versions_array} + versions => $opts{versions_array} }, };