Skip to content

Commit

Permalink
er... typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jettero committed May 14, 2009
1 parent 02df650 commit d845458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion videodump.pl
Expand Up @@ -271,7 +271,7 @@ sub systemx {
my $command = shift;
CORE::system { $command } $command, @_;

if( not $evil_exists and -f $evil_exists ) { # WITCHHUNT
if( not $evil_exists and -f $evil_name ) { # WITCHHUNT
logmsg(WITCHHUNT, "evil file: $evil_name did not exist before '$command @_', but does now!!"); # WITCHHUNT
} # WITCHHUNT

Expand Down

0 comments on commit d845458

Please sign in to comment.