mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-18 11:11:27 +00:00
Makefile: Add a missing -q option to a grep command
This commit is contained in:
committed by
Bart Van Assche
parent
da39da34b5
commit
48121bb297
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