[pve-devel] [PATCH qemu-server 4/4] parse vm config: remove "\s*" from multi-line comment regex
Thomas Lamprecht
t.lamprecht at proxmox.com
Wed Apr 27 11:21:33 CEST 2022
On 24.02.22 15:21, Stefan Sterz wrote:
> To be consistent with PBS's implementation of multi-line comments
> remove "\s*" here too. Since the regex isn't lazy .* matches
> everything \s* would anyway. (Note that new lines occurs after "$").
>
> Signed-off-by: Stefan Sterz <s.sterz at proxmox.com>
> ---
> PVE/QemuServer.pm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/PVE/QemuServer.pm b/PVE/QemuServer.pm
> index 243c2e5..79900e8 100644
> --- a/PVE/QemuServer.pm
> +++ b/PVE/QemuServer.pm
> @@ -1,4 +1,4 @@
> -package PVE::QemuServer;
> +rpackage PVE::QemuServer;
^^^^ seems you fell on the keyboard there ;-) followed that up in git
More information about the pve-devel
mailing list