summaryrefslogtreecommitdiff
path: root/devstack/common_settings
diff options
context:
space:
mode:
authorJohn L. Villalovos <john.l.villalovos@intel.com>2017-08-25 13:16:43 -0700
committerJohn L. Villalovos <john.l.villalovos@intel.com>2017-08-25 13:19:19 -0700
commit44a2b3cb9c555ebf5930f4fafe55764624deb84f (patch)
tree94826f7bef07bad18fa47dddeda74adc8b9abec0 /devstack/common_settings
parentfbb0e3e674ec331123c7ad7e750a761e0d577e23 (diff)
downloadironic-44a2b3cb9c555ebf5930f4fafe55764624deb84f.tar.gz
Add #!/bin/bash to devstack/common_settings
This helps text editors know the file type and adjust syntax highlighting correctly. Change-Id: Id2967d069a0ac443edff06ea037c428559481a5b
Diffstat (limited to 'devstack/common_settings')
-rw-r--r--devstack/common_settings2
1 files changed, 2 insertions, 0 deletions
diff --git a/devstack/common_settings b/devstack/common_settings
index bb3d6fe31..f66807adf 100644
--- a/devstack/common_settings
+++ b/devstack/common_settings
@@ -1,3 +1,5 @@
+#!/bin/bash
+
if [[ -f $TOP_DIR/../../old/devstack/.localrc.auto ]]; then
source <(cat $TOP_DIR/../../old/devstack/.localrc.auto | grep -v 'enable_plugin')
fi