Merge "XenAPI: Fix declare definition"
This commit is contained in:
commit
dd39fc36f7
@ -3,7 +3,9 @@
|
|||||||
set -e
|
set -e
|
||||||
set -o xtrace
|
set -o xtrace
|
||||||
|
|
||||||
declare -a on_exit_hooks
|
if [ -z "${on_exit_hooks:-}" ]; then
|
||||||
|
on_exit_hooks=()
|
||||||
|
fi
|
||||||
|
|
||||||
on_exit()
|
on_exit()
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user