From cff674771750d6d588dd51eee4ddb5f5c1e7c5b5 Mon Sep 17 00:00:00 2001 From: Roger Luethi Date: Mon, 15 Sep 2014 14:22:56 +0200 Subject: [PATCH] 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 --- labs/osbash.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/labs/osbash.sh b/labs/osbash.sh index 3e151f83..58abecb5 100755 --- a/labs/osbash.sh +++ b/labs/osbash.sh @@ -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