xz-analysis-mirror/src
Lasse Collin efa7b0a210 xzgrep: Avoid passing both -q and -l to grep.
The behavior of grep -ql varies:
  - GNU grep behaves like grep -q.
  - OpenBSD grep behaves like grep -l.

POSIX doesn't make it 100 % clear what behavior is expected.
Anyway, using both -q and -l at the same time makes no sense
so both options simply should never be used at the same time.

Thanks to Christian Weisgerber.
2014-10-09 18:42:14 +03:00
..
common Windows: Add MSVC defines for inline and restrict keywords. 2014-01-12 17:04:33 +02:00
liblzma liblzma: Fix a portability problem in Makefile.am. 2014-09-20 19:42:56 +03:00
lzmainfo Man pages: Use similar syntax for synopsis as in xz. 2013-06-30 18:02:27 +03:00
scripts xzgrep: Avoid passing both -q and -l to grep. 2014-10-09 18:42:14 +03:00
xz xz: Add --ignore-check. 2014-08-05 22:32:36 +03:00
xzdec Build: Fix the combination of --disable-xzdec --enable-lzmadec. 2014-04-25 17:53:42 +03:00
Makefile.am Build: Add options to disable individual command line tools. 2010-10-08 15:25:45 +03:00