Fix bug where local variable masked outer variable
This commit is contained in:
parent
fa012bb976
commit
af59a3aaaa
@ -95,7 +95,7 @@ if (IS_WIN32PERL or IS_CYGWIN){
|
|||||||
push(@safe_process_cmd, $exe);
|
push(@safe_process_cmd, $exe);
|
||||||
|
|
||||||
# Use my_safe_kill.exe
|
# Use my_safe_kill.exe
|
||||||
my $safe_kill= my_find_bin(".", "lib/My/SafeProcess", "my_safe_kill");
|
$safe_kill= my_find_bin(".", "lib/My/SafeProcess", "my_safe_kill");
|
||||||
die "Could not find my_safe_kill.exe" unless $safe_kill;
|
die "Could not find my_safe_kill.exe" unless $safe_kill;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user