From 8ac91b12cebd54a7eb133cbad4592d497442bd73 Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Tue, 7 Jun 2011 15:42:39 -0400 Subject: use consistent vim modelines This also adds a /bin/bash shebang to functions. While not technically necessary, this ensures that vim gives us the correct syntax highlight file. Signed-off-by: Dave Reisner --- init_functions | 2 ++ 1 file changed, 2 insertions(+) (limited to 'init_functions') diff --git a/init_functions b/init_functions index ef938b4..8e232d7 100644 --- a/init_functions +++ b/init_functions @@ -142,3 +142,5 @@ default_mount_handler() { fi mount ${fstype:+-t ${fstype}} -o ${rwopt}${rootflags:+,${rootflags}} "${root}" "$1" } + +# vim: set ft=sh ts=4 sw=4 et: -- cgit v1.2.3-24-g4f1b