housekeeping

This commit is contained in:
Georg Lauterbach 2020-11-06 14:04:23 +01:00
parent 2f840d7da5
commit ed7106b04d
No known key found for this signature in database
GPG key ID: 386D76E7AD496709
20 changed files with 184 additions and 181 deletions

View file

@ -1,4 +1,4 @@
#!/usr/bin/env bash
#! /bin/bash
# version v0.1.0 stable
# executed by TravisCI / manually
@ -190,7 +190,7 @@ function _shellcheck
fi
done < <(find test/ -maxdepth 1 -type f -iname "*.bats")
if [[ ERR -eq 1 ]]
if [[ ${ERR} -eq 1 ]]
then
__log_abort 'errors encountered'
return 101