aab: add use local lib

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2020-04-25 17:54:31 +02:00
parent 18ef2f8c0d
commit 9cf8106382
1 changed files with 3 additions and 0 deletions

3
aab
View File

@ -2,6 +2,9 @@
use strict;
use warnings;
use lib '.';
use Getopt::Long;
use PVE::AAB;