Merge "XenAPI: Fix declare definition"

This commit is contained in:
Jenkins 2014-08-01 16:47:35 +00:00 committed by Gerrit Code Review
commit dd39fc36f7

View File

@ -3,7 +3,9 @@
set -e
set -o xtrace
declare -a on_exit_hooks
if [ -z "${on_exit_hooks:-}" ]; then
on_exit_hooks=()
fi
on_exit()
{