summaryrefslogtreecommitdiffstats
path: root/contrib/paclist.sh.in
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/paclist.sh.in')
-rw-r--r--contrib/paclist.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/paclist.sh.in b/contrib/paclist.sh.in
index 319dcba9..1c10b323 100644
--- a/contrib/paclist.sh.in
+++ b/contrib/paclist.sh.in
@@ -65,4 +65,4 @@ pacman -Sl $1 | awk -v i="$installed" '$NF == i { print $2,$3 }'
# exit with pacman's return value, not awk's
exit ${PIPESTATUS[0]}
-# vim: set ts=2 sw=2 noet:
+# vim: set noet: