1
0
mirror of https://github.com/moparisthebest/pacman synced 2025-01-10 13:28:12 -05:00
pacman/scripts
Dan McGee 350c3eb6ec makepkg: clean up test usage
In a lot of places, we had the following construct:
  [ "$foobar" = "0" ]
which is better represented by using the integer tests:
  [ $foobar -eq 0 ]

Attempt to unify makepkg to use the latter rather than the former in all
places. From here on out we should ensure anything that is set to 0, 1, etc.
uses the -eq format rather than =.

In addition, fix a few other test anomalies including usage of double
equals.

Signed-off-by: Dan McGee <dan@archlinux.org>
2009-01-18 13:46:23 -06:00
..
.gitignore Remove gensync and updatesync from normal distribution 2008-02-02 14:12:34 -06:00
Makefile.am makepkg: move BUILDSCRIPT from makepkg.conf 2009-01-03 00:13:54 -06:00
makepkg.sh.in makepkg: clean up test usage 2009-01-18 13:46:23 -06:00
pacman-optimize.sh.in Give pacman-optimize a refresher 2008-10-28 22:18:22 -05:00
rankmirrors.py.in Remove hardcoded DBEXT value from script 2008-01-06 09:44:28 -06:00
repo-add.sh.in Make the repo-add quiet flag less quiet 2009-01-14 19:18:08 -06:00