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 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'init') diff --git a/init b/init index c5f15f7..6c8f7d7 100644 --- a/init +++ b/init @@ -120,3 +120,5 @@ for d in proc sys dev run; do fi done exec env -i TERM=$TERM /sbin/switch_root -c /dev/console /new_root ${init} "$@" + +# vim: set ft=sh ts=4 sw=4 et: -- cgit v1.2.3-24-g4f1b