From 44a2b3cb9c555ebf5930f4fafe55764624deb84f Mon Sep 17 00:00:00 2001 From: "John L. Villalovos" Date: Fri, 25 Aug 2017 13:16:43 -0700 Subject: [PATCH] Add #!/bin/bash to devstack/common_settings This helps text editors know the file type and adjust syntax highlighting correctly. Change-Id: Id2967d069a0ac443edff06ea037c428559481a5b --- devstack/common_settings | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devstack/common_settings b/devstack/common_settings index bb3d6fe312..f66807adf9 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