Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/hooks/archiso
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2007-10-10 20:12:47 -0500
committerSimo Leone <simo@archlinux.org>2007-10-10 22:34:28 -0500
commit96d2ffefa87a0db2d892c1dffd1a68f5310e0a88 (patch)
tree1ca7ce6b1f767a38cb01f5890e7e14a5abbb4f96 /hooks/archiso
parent656016ca18ce2af9435456e6ef8238aa3d7981fc (diff)
Update vim modelines on most files
Move the vim modelines to the bottom, and add the tab settings. Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'hooks/archiso')
-rw-r--r--hooks/archiso3
1 files changed, 2 insertions, 1 deletions
diff --git a/hooks/archiso b/hooks/archiso
index 1074e50..f6c7f86 100644
--- a/hooks/archiso
+++ b/hooks/archiso
@@ -1,4 +1,3 @@
-# vim: set ft=sh:
run_hook ()
{
if [ "x${ramdisk_size}" = "x" ]; then
@@ -48,3 +47,5 @@ run_hook ()
/bin/umount /dev
exec /bin/run-init -c /dev/console /real_root /sbin/init ${CMDLINE}
}
+
+# vim:ft=sh:ts=4:sw=4:et: