spacewander commented on a change in pull request #5859:
URL: https://github.com/apache/apisix/pull/5859#discussion_r772167803
##########
File path: utils/install-dependencies.sh
##########
@@ -26,7 +26,7 @@ function detect_aur_helper() {
AUR_HELPER=pacaur
else
echo No available AUR helpers found. Please specify your AUR helper by
AUR_HELPER.
- exit -1
+ exit 1
Review comment:
Could we use `exit 255` to be compatible with the previous code?
--
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]