mirror of
https://github.com/webmin/webmin.git
synced 2026-08-16 20:30:35 +01:00
Dev: Fix to load all sub [build]
This commit is contained in:
@@ -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));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user