From e2482efa618726b6e2afe0e206c20afac17e7af8 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Fri, 16 Oct 2020 14:37:52 +0200 Subject: [vmware-common] Fix indentation --- .../data/opt/openslx/vmchooser/plugins/vmware/includes/parse_vmx.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/modules/vmware-common') diff --git a/core/modules/vmware-common/data/opt/openslx/vmchooser/plugins/vmware/includes/parse_vmx.inc b/core/modules/vmware-common/data/opt/openslx/vmchooser/plugins/vmware/includes/parse_vmx.inc index 47330bb0..f8eb7d5d 100644 --- a/core/modules/vmware-common/data/opt/openslx/vmchooser/plugins/vmware/includes/parse_vmx.inc +++ b/core/modules/vmware-common/data/opt/openslx/vmchooser/plugins/vmware/includes/parse_vmx.inc @@ -17,7 +17,7 @@ parse_vmx() { writelog "Parsing virtual machine description file..." local -i HW_VERSION=$(grep -i -m1 '^virtualHW.version *= *' "${TMPCONFIG}" | awk -F '=' '{print $2}' | sed -r 's/[^0-9]//g') if notempty HW_VERSION; then - declare -g VM_HW_VERSION="${HW_VERSION}" + declare -g VM_HW_VERSION="${HW_VERSION}" return 0 fi return 1 -- cgit v1.2.3-55-g7522