Commit bf6e2f28 authored by Yang Tse's avatar Yang Tse
Browse files

Make sure @INC is modified before 'using' the sshhelp module.

parent f5da1e54
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -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