From 9cf810638257946fcbcb0dfd18ab40310cc86023 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Sat, 25 Apr 2020 17:54:31 +0200 Subject: [PATCH] aab: add use local lib Signed-off-by: Thomas Lamprecht --- aab | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aab b/aab index fbc977d..35e14e5 100755 --- a/aab +++ b/aab @@ -2,6 +2,9 @@ use strict; use warnings; + +use lib '.'; + use Getopt::Long; use PVE::AAB;