Lines Matching refs:version
14 # We need bash version >= 4.0 for mapfile builtin
15 echo "Please install bash version >= 4.0"
133 version=$(astyle --version | awk '{print $NF}')
134 if lt "$version" 3.0.1 || gt "$version" 3.1; then
135 echo " Your astyle version is not compatible so skipping coding style checks. Please use astyle version between 3.0.1 and 3.1"
540 shfmt_version=$("$bin" --version)
601 Supported version of shfmt not detected${shfmt_bins[*]:+ (only ${shfmt_bins[*]} is available)}. Bash style
628 shellcheck_v=$(shellcheck --version | grep -P "version: [0-9\.]+" | cut -d " " -f2)
917 GIT_VERSION=$(git --version | cut -d' ' -f3)
921 echo " Your git version is too old to perform all tests. Please update git to at least 1.9.5 version..."