diff options
author | Dan McGee <dan@archlinux.org> | 2010-10-07 22:50:29 +0200 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2010-10-11 17:06:57 +0200 |
commit | 1e0e5b2a0241d1f3e298991c0d583afb9c80baef (patch) | |
tree | ef317bb8531e1b411f575ab0dffec41951de2be9 /install-sh | |
parent | dff73a2a69de1c55a0ba9fe75a9f7a900e5ed15b (diff) | |
download | pacman-1e0e5b2a0241d1f3e298991c0d583afb9c80baef.tar.gz pacman-1e0e5b2a0241d1f3e298991c0d583afb9c80baef.tar.xz |
Remove use of `seq` in pactree
This is not a bash builtin, so can potentially cause portability issues.
Additionally, the use of it is completely unnecessary as it can all be done
within bash (and done faster).
$ time pactree xfwm4 >/dev/null (old version)
real 0m3.245s
$ time ./contrib/pactree xfwm4 >/dev/null (new version)
real 0m3.042s
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'install-sh')
0 files changed, 0 insertions, 0 deletions