summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/util.c
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2009-01-17 16:51:48 +0100
committerDan McGee <dan@archlinux.org>2009-01-18 20:48:31 +0100
commit8929769902597f109fc6b49609fb64121becb197 (patch)
tree8b32274311e36f3d879ff4905b79cf70c70f68be /lib/libalpm/util.c
parent350c3eb6ec25b91b0402fa86422a7312ba7330d6 (diff)
downloadpacman-8929769902597f109fc6b49609fb64121becb197.tar.gz
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 'lib/libalpm/util.c')
0 files changed, 0 insertions, 0 deletions