From eb5dea61389e27096311975ceb651efdc683e2f2 Mon Sep 17 00:00:00 2001 From: Anthony Young Date: Wed, 28 Sep 2011 15:24:57 -0700 Subject: [PATCH] make stackrc return 0 --- stackrc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/stackrc b/stackrc index 3580ae1..8704a65 100644 --- a/stackrc +++ b/stackrc @@ -35,5 +35,7 @@ OPENSTACKX_BRANCH=diablo 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