nickva commented on code in PR #58:
URL: https://github.com/apache/couchdb-ci/pull/58#discussion_r1382643308
##########
bin/apt-dependencies.sh:
##########
@@ -126,13 +125,13 @@ mkdir -p /usr/share/lintian/profiles/couchdb
chmod 0755 /usr/share/lintian/profiles/couchdb
if [[ ${VERSION_CODENAME} =~ ${debians} ]]; then
cp ${SCRIPTPATH}/../files/debian.profile
/usr/share/lintian/profiles/couchdb/main.profile
- if [ ${VERSION_CODENAME} == "jessie" ]; then
+ if [ "${VERSION_CODENAME}" == "jessie" ]; then
Review Comment:
Thanks, Ronny
--
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]