We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c296ce3 commit 0ac574fCopy full SHA for 0ac574f
main.sh
@@ -17,7 +17,7 @@ verlt() { ! verlte "${2}" "${1}"; }
17
declare REQUIRED_BASH_VERSION="4"
18
if verlt "${BASH_VERSION}" "${REQUIRED_BASH_VERSION}"; then
19
echo "Unsupported bash version."
20
- echo "${APPLICATION_NAME} requres at least bash version ${REQUIRED_BASH_VERSION}, installed version is ${BASH_VERSION}."
+ echo "${APPLICATION_NAME} requires at least bash version ${REQUIRED_BASH_VERSION}, installed version is ${BASH_VERSION}."
21
exit 1
22
fi
23
0 commit comments