👷 qurator_data_lib.sh: Check that we are running bash

This commit is contained in:
Gerber, Mike 2020-02-11 14:15:32 +01:00
parent 28bb482ceb
commit 2b93fe3400

View file

@ -1,3 +1,8 @@
if [ -z "$BASH" ]; then
echo "qurator_data_lib.sh uses bash features, please make sure to run $0 in bash"
exit 1
fi
check_data_subdir() { check_data_subdir() {
result=0 result=0