From f72c8f8c1c7e5bd52e98da36cc5f6464b614bae2 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 25 Jun 2019 09:04:07 +0200 Subject: [PATCH] followups: pve5to6 Signed-off-by: Thomas Lamprecht --- bin/pve5to6 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/bin/pve5to6 b/bin/pve5to6 index 4802e1857..fae6a0322 100755 --- a/bin/pve5to6 +++ b/bin/pve5to6 @@ -1,10 +1,8 @@ -#!/usr/bin/perl -T +#!/usr/bin/perl use strict; use warnings; -use lib qw(.); - use PVE::CLI::pve5to6; PVE::CLI::pve5to6->run_cli_handler();