21129:
bf74d9c31674 contained UTF-8-encoded nonbreaking spaces.
Sorry for not noticing this.
Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
# if the vm path does not exist and the device class is 'vbd' then we may have
# a tap2 device
- $(xenstore-read "$vm_dev" 2>/dev/null) || \
- {
- if [ "${path_array[1]}" = "vbd" ]; then
- vm_dev="$vm/device/tap2/${path_array[3]}"
- fi
- }
+ $(xenstore-read "$vm_dev" 2>/dev/null) || \
+ {
+ if [ "${path_array[1]}" = "vbd" ]; then
+ vm_dev="$vm/device/tap2/${path_array[3]}"
+ fi
+ }
else
vm_dev=
fi