From bc84524f8f4330211dba5c0bd5c49c737a9f7032 Mon Sep 17 00:00:00 2001 From: Sebastian Schmelzer Date: Thu, 21 Jul 2011 17:53:06 +0200 Subject: add missing space --- src/os-plugins/plugins/vmware/files/run-virt.include | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/os-plugins/plugins/vmware/files/run-virt.include b/src/os-plugins/plugins/vmware/files/run-virt.include index 8595beb1..8da908e5 100644 --- a/src/os-plugins/plugins/vmware/files/run-virt.include +++ b/src/os-plugins/plugins/vmware/files/run-virt.include @@ -232,7 +232,7 @@ VM_ID="0D" # should be dynamic if [ "x$(which bc)" != "x" ]; then VM_ID=$(echo "obase=16; $$" | bc) - VM_ID=$(expr substr $VM_ID $(expr ${#VM_ID} -1) 2) + VM_ID=$(expr substr $VM_ID $(expr ${#VM_ID} - 1) 2) fi # temporary disk space for logs, etc... redodir=/tmp/vmware/${USER}.$$ -- cgit v1.2.3-55-g7522