nickva commented on code in PR #5658:
URL: https://github.com/apache/couchdb/pull/5658#discussion_r2349340779
##########
configure:
##########
@@ -46,7 +46,7 @@
CLOUSEAU_URI=${CLOUSEAU_URI:-"https://github.com/cloudant-labs/clouseau/releases
CLOUSEAU_VSN=${CLOUSEAU_VSN:-"2.25.0"}
CLOUSEAU_DIR="$(pwd)"/clouseau
ARCH="$(uname -m)"
-MULTIARCH_NAME="$(command -v dpkg-architecture > /dev/null &&
dpkg-architecture -q DEB_HOST_MULTIARCH)"
+MULTIARCH_NAME="$(which dpkg-architecture > /dev/null && dpkg-architecture -q
DEB_HOST_MULTIARCH)"
Review Comment:
maybe `2>/dev/null` as the error would sent to stderr
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]