summaryrefslogtreecommitdiffstats
path: root/checkpkg
diff options
context:
space:
mode:
Diffstat (limited to 'checkpkg')
-rwxr-xr-xcheckpkg2
1 files changed, 2 insertions, 0 deletions
diff --git a/checkpkg b/checkpkg
index 69046e8..cd08121 100755
--- a/checkpkg
+++ b/checkpkg
@@ -73,3 +73,5 @@ if diff filelist-old filelist | grep '\.so\.' > /dev/null 2>&1; then
else
echo "No filename differences"
fi
+
+# vim:ft=sh:ts=4:sw=4:et: