This makes Emacs identify the file as a shell script, so that it does
the right kind of syntax coloring and indentation.

Signed-off-by: Ben Pfaff <b...@ovn.org>
---
 utilities/ovs-lib.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/utilities/ovs-lib.in b/utilities/ovs-lib.in
index cf6b6d296eb5..7889409c75a8 100644
--- a/utilities/ovs-lib.in
+++ b/utilities/ovs-lib.in
@@ -1,3 +1,4 @@
+# -*- sh -*-
 # This is a shell function library sourced by some Open vSwitch scripts.
 # It is not intended to be invoked on its own.
 
-- 
2.16.1

_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to