We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d26f7d1 + 85507a0 commit b188cf7Copy full SHA for b188cf7
buildutils/debian_build.sh
@@ -88,7 +88,7 @@ func_usage()
88
89
get_default_package_class()
90
{
91
- if dh_make -h 2>/dev/null | grep '\--multi' >/dev/null 2>&1; then
+ if dh_make -h 2>/dev/null | grep -q '\--multi'; then
92
printf 'multi'
93
else
94
printf 'library'
0 commit comments