mirror of
https://github.com/qurator-spk/ocrd-galley.git
synced 2025-06-30 17:09:52 +02:00
👷 qurator_data_lib.sh: Check that we are running bash
This commit is contained in:
parent
28bb482ceb
commit
2b93fe3400
1 changed files with 5 additions and 0 deletions
|
@ -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() {
|
||||
result=0
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue