diff options
author | Dave Reisner <dreisner@archlinux.org> | 2014-08-15 17:42:02 +0200 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2014-09-30 04:57:25 +0200 |
commit | 60c1f2857bad53deed4a8849c1d733dc7d526379 (patch) | |
tree | 69ef8528c8e0cce4dfc9ec8642ae19f6a2fba23a /lib/libalpm/md5.h | |
parent | 699937e94d0f9614474e50bf2a77acb4a4619ab0 (diff) | |
download | pacman-60c1f2857bad53deed4a8849c1d733dc7d526379.tar.gz pacman-60c1f2857bad53deed4a8849c1d733dc7d526379.tar.xz |
makepkg: move negation in inequality comparisons
This commit changes the few remaining instances of:
[[ ! $foo = "$bar" ]]
to the more common:
[[ $foo != "$bar" ]]
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'lib/libalpm/md5.h')
0 files changed, 0 insertions, 0 deletions