mirror of
https://github.com/curl/curl.git
synced 2026-05-10 17:26:20 +03:00
Make sure @INC is modified before 'using' the sshhelp module.
This commit is contained in:
parent
f5da1e5484
commit
bf6e2f28ba
1 changed files with 4 additions and 2 deletions
|
|
@ -56,13 +56,15 @@
|
|||
|
||||
# These should be the only variables that might be needed to get edited:
|
||||
|
||||
BEGIN {
|
||||
@INC=(@INC, $ENV{'srcdir'}, ".");
|
||||
}
|
||||
|
||||
use strict;
|
||||
#use Time::HiRes qw( gettimeofday );
|
||||
#use warnings;
|
||||
use Cwd;
|
||||
|
||||
@INC=(@INC, $ENV{'srcdir'}, ".");
|
||||
|
||||
# Variables and subs imported from sshhelp module
|
||||
use sshhelp qw(
|
||||
$sshexe
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue