Browse code

Merge "XenAPI: Fix final script to include functions"

Jenkins authored on 2014/05/20 03:38:48
Showing 1 changed files
... ...
@@ -14,6 +14,9 @@ set -o xtrace
14 14
 # This directory
15 15
 BASE_DIR=$(cd $(dirname "$0") && pwd)
16 16
 
17
+# Source the top level functions
18
+source $BASE_DIR/../../../functions
19
+
17 20
 # For default setings see xenrc
18 21
 source $BASE_DIR/../xenrc
19 22