From 031b84621a21dcd6f4bf668d8cc538ce530be9fa Mon Sep 17 00:00:00 2001 From: Ilia Ross Date: Sat, 13 Apr 2024 23:54:31 +0300 Subject: [PATCH] Dev: Fix to load all sub [build] --- makedist.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makedist.pl b/makedist.pl index 262f1cec1..d7df06244 100755 --- a/makedist.pl +++ b/makedist.pl @@ -1,7 +1,7 @@ #!/usr/local/bin/perl # Builds a tar.gz package of a specified Webmin version -use Cwd 'abs_path'; +use Cwd; use File::Basename; $root_directory = dirname(abs_path($0));