mirror of
https://github.com/webmin/webmin.git
synced 2026-03-20 08:40:24 +00:00
Fix to pass only main version (without minor)
This commit is contained in:
@@ -14,7 +14,7 @@ $fullvers =~ /^([0-9\.]+)(\-(\d+))?$/ || usage();
|
||||
$vers = $1;
|
||||
$release = $3;
|
||||
$tardir = $min ? "minimal" : "tarballs";
|
||||
$vfile = $min ? "$fullvers-minimal" : $fullvers;
|
||||
$vfile = $min ? "$vers-minimal" : $vers;
|
||||
$zipdir = "zips";
|
||||
$vers || usage();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user