index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Allan McRae <allan@archlinux.org> | 2011-06-08 16:44:38 +1000 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2011-06-08 16:44:38 +1000 |
commit | 80b024d56ae61902025983470e93893d76109ac4 (patch) | |
tree | 58d6828745f92155f2c0311f3838adfb96f4c807 /scripts | |
parent | 45fe92bf39a193252d0fc5e44526877002297659 (diff) |
-rw-r--r-- | scripts/pkgdelta.sh.in | 2 |
diff --git a/scripts/pkgdelta.sh.in b/scripts/pkgdelta.sh.in index ecca4277..d17b41d2 100644 --- a/scripts/pkgdelta.sh.in +++ b/scripts/pkgdelta.sh.in @@ -163,3 +163,5 @@ if ! type xdelta3 &>/dev/null; then fi create_xdelta "$1" "$2" + +# vim: set ts=2 sw=2 noet: |