Commit c02e8e2 1 parent f9c4161 commit c02e8e2 Copy full SHA for c02e8e2
File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,9 @@ sub viewBug {
114
114
}
115
115
}
116
116
close (SA);
117
- if (defined $output ) { print $c [4]." [i] Issue saved in $copy \n " ; }
117
+ if (defined $output ) {
118
+ print " $ser \n " ;
119
+ print $c [4]." [i] Issue saved in $copy \n " ; }
118
120
}
119
121
# ##############################################################################
120
122
# ##############################################################################
@@ -176,9 +178,8 @@ sub printBugs {
176
178
$refer =~s /\= >.*// ;
177
179
print $c [1]." ISSUE $c [10]$refer \n " ;
178
180
if (defined $output ) {
179
- my $PT =$refer ;
180
- $PT =~s /\s / \_ / ;
181
- $copy =" $output /$PT .txt" ;
181
+ $copy =" $output /$refer .txt" ;
182
+ $copy =~s /\s / -/ g ;
182
183
printFile($copy , " $ser \n ### $refer \n " );
183
184
}
184
185
}
You can’t perform that action at this time.
0 commit comments