commit | eb5dea61389e27096311975ceb651efdc683e2f2 | [log] [tgz] |
---|---|---|
author | Anthony Young <sleepsonthefloor@gmail.com> | Wed Sep 28 15:24:57 2011 -0700 |
committer | Anthony Young <sleepsonthefloor@gmail.com> | Wed Sep 28 15:24:57 2011 -0700 |
tree | dad24b2f9e397fc5dc7cdf9f2686a075cd5c6a1b | |
parent | ee6d4f3bb4652465f3db0f6a2044455362867281 [diff] [blame] |
make stackrc return 0
diff --git a/stackrc b/stackrc index 3580ae1..8704a65 100644 --- a/stackrc +++ b/stackrc
@@ -35,5 +35,7 @@ MUNIN_REPO=https://github.com/cloudbuilders/openstack-munin.git MUNIN_BRANCH=master -# allow local overwrites -[ -f ./localrc ] && source ./localrc +# allow local overrides of env variables +if [ -f ./localrc ]; then + source ./localrc +fi