labs: set OSBASH for export

Exporting VMs has not worked in a while. We need to set the OSBASH
variable for the export functions to do anything.

Change-Id: Ic30fed65d1f9993fcf37f89c3d8918086f252b4d
This commit is contained in:
Roger Luethi 2014-09-15 14:22:56 +02:00
parent a38193f85a
commit cff6747717

View File

@ -79,6 +79,7 @@ while getopts :be:g:hnw opt; do
echo "Error: -e argument must be ova or dir"
exit
fi
OSBASH=exec_cmd
;;
b)
OSBASH=exec_cmd