handle undefined vars

This commit is contained in:
Joe cooper
2017-05-16 23:45:58 -05:00
parent 721a1f47b3
commit 368d7e0297

View File

@@ -306,6 +306,10 @@ if (%$changes) {
close($CHANGELOG);
}
$depends //= "";
$force_theme //= "";
$istheme //= "";
# Create the pre-install script, which checks if Webmin is installed
open(my $PREINSTALL, ">", "$preinstall_file");
no warnings "uninitialized";