mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-14 01:01:27 +00:00
Makefile: Add a missing -q option to a grep command
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@7401 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
2
Makefile
2
Makefile
@@ -509,7 +509,7 @@ dpkg: ../scst_$(VERSION).orig.tar.xz
|
||||
) && \
|
||||
rm -f "$${output_files[@]}" && \
|
||||
buildopts=(-uc -us) && \
|
||||
if dpkg-buildpackage --help 2>&1 | grep -- '-ui'; then \
|
||||
if dpkg-buildpackage --help 2>&1 | grep -q -- '-ui'; then \
|
||||
buildopts+=(-ui); \
|
||||
fi && \
|
||||
if dpkg-buildpackage --help 2>&1 | \
|
||||
|
||||
Reference in New Issue
Block a user