~ubuntu-branches/ubuntu/saucy/maas/saucy-updates

1 by Julian Edwards
Import upstream version 0.1~bzr146+dfsg
1
#!/usr/bin/env bash
2
# Copyright 2012 Canonical Ltd.  This software is licensed under the
3
# GNU Affero General Public License version 3 (see the file LICENSE).
4
5
# Exit immediately if a command exits with a non-zero status.
6
set -o errexit
7
# Treat unset variables as an error when substituting.
8
set -o nounset