diff options
author | Aaron Griffin <aaron@archlinux.org> | 2006-12-21 01:53:40 +0000 |
---|---|---|
committer | Aaron Griffin <aaron@archlinux.org> | 2006-12-21 01:53:40 +0000 |
commit | 74e347f09bd62872de84b431dcf029090931d199 (patch) | |
tree | 966f7b6b2a35ccaecb61b2119f28a2bad2340a96 /scripts/pacman-optimize | |
parent | b1fbcd3ab5cf16b668cfc72d90223f48a329605b (diff) | |
download | pacman-74e347f09bd62872de84b431dcf029090931d199.tar.xz |
* modeline fixes / reformatting
* formatting / indentation fixes
* makepkg:
Dan McGee <dpmcgee@gmail.com> - integrity check fix
Jürgen Hötzel <juergen@hoetzel.info> - EUID usage and "x$foo" check revamp
Diffstat (limited to 'scripts/pacman-optimize')
-rwxr-xr-x | scripts/pacman-optimize | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/pacman-optimize b/scripts/pacman-optimize index 74f3e64b..4cf1819a 100755 --- a/scripts/pacman-optimize +++ b/scripts/pacman-optimize @@ -112,3 +112,4 @@ echo exit 0 +# vim: set ts=2 sw=2 noet: |