Add #!/bin/bash to devstack/common_settings
This helps text editors know the file type and adjust syntax highlighting correctly. Change-Id: Id2967d069a0ac443edff06ea037c428559481a5b
This commit is contained in:
parent
fbb0e3e674
commit
44a2b3cb9c
@ -1,3 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
if [[ -f $TOP_DIR/../../old/devstack/.localrc.auto ]]; then
|
if [[ -f $TOP_DIR/../../old/devstack/.localrc.auto ]]; then
|
||||||
source <(cat $TOP_DIR/../../old/devstack/.localrc.auto | grep -v 'enable_plugin')
|
source <(cat $TOP_DIR/../../old/devstack/.localrc.auto | grep -v 'enable_plugin')
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user