Skip to content

Commit

Permalink
VBScan 0.1.7.1 - Larry Wall
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohammad Reza Espargham committed Oct 20, 2016
1 parent a0b0018 commit eeaf4d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vbscan.pl
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
$SIG{INT} = \&interrupt;
sub interrupt {
fprint("\nShutting Down , Interrupt by user");
do "core/report.pl";
do "./core/report.pl";
print color("reset");
exit 0;
}
Expand Down

0 comments on commit eeaf4d7

Please sign in to comment.