diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2011-10-11T11·45+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2011-10-11T11·45+0000 |
commit | c362e4d718cb31e532a4e2d708d07a57bc3bdf55 (patch) | |
tree | 526362a5740a7f6858ccab4e2776b21a84ea2ac2 /scripts/build-remote.pl.in | |
parent | 7d314b8c959ca5c3dda8aea9c74079f4be63e19e (diff) |
* Move SSH.pm.
Diffstat (limited to 'scripts/build-remote.pl.in')
-rwxr-xr-x | scripts/build-remote.pl.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/build-remote.pl.in b/scripts/build-remote.pl.in index e943b0d9e304..e8c76086dae2 100755 --- a/scripts/build-remote.pl.in +++ b/scripts/build-remote.pl.in @@ -1,9 +1,9 @@ -#! @perl@ -w -I@libexecdir@/nix +#! @perl@ -w @perlFlags@ use Fcntl ':flock'; use English '-no_match_vars'; use IO::Handle; -use SSH qw/sshOpts openSSHConnection/; +use Nix::SSH qw/sshOpts openSSHConnection/; no warnings('once'); |