mirror of
https://github.com/isar/libmdbx.git
synced 2024-12-29 09:08:50 +08:00
mdbx-testing: проверка версии bash >= 4.3
This commit is contained in:
parent
6c56ed97bb
commit
00be608af9
@ -3,6 +3,12 @@
|
|||||||
# Леонид Юрьев aka Leonid Yuriev <leo@yuriev.ru>
|
# Леонид Юрьев aka Leonid Yuriev <leo@yuriev.ru>
|
||||||
# SPDX-License-Identifier: Apache-2.0
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
|
if [ "${BASH_VERSION}" \< "4.3" ]; then
|
||||||
|
echo "Bash-shell 4.3 or later is REQUIRED." >&2
|
||||||
|
echo "Present Bash-shell version is '${BASH_VERSION}' (BASH_VERSION)" >&2
|
||||||
|
exit
|
||||||
|
fi
|
||||||
|
|
||||||
LIST=basic
|
LIST=basic
|
||||||
FROM=1
|
FROM=1
|
||||||
UPTO=9999999
|
UPTO=9999999
|
||||||
|
Loading…
x
Reference in New Issue
Block a user