diff options
author | Dan McGee <dan@archlinux.org> | 2009-01-17 09:51:48 -0600 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2009-01-18 13:48:31 -0600 |
commit | 8929769902597f109fc6b49609fb64121becb197 (patch) | |
tree | 8b32274311e36f3d879ff4905b79cf70c70f68be /config.sub | |
parent | 350c3eb6ec25b91b0402fa86422a7312ba7330d6 (diff) | |
download | pacman-8929769902597f109fc6b49609fb64121becb197.tar.xz |
makepkg: test fixes, part 2
The goal of this fix was empty string comparisons:
- if [ "$pkgname" != "" ]; then
+ if [ -n "$pkgname" ]; then
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'config.sub')
0 files changed, 0 insertions, 0 deletions