1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 19:44:45 +00:00
This commit is contained in:
deadc0de6
2023-01-29 21:46:19 +01:00
committed by deadc0de
parent 1f2b5eaf73
commit 2af2aecfda
2 changed files with 0 additions and 20 deletions

View File

@@ -5,16 +5,6 @@
# stop on first error
set -e
rl="readlink -f"
if ! ${rl} "${0}" >/dev/null 2>&1; then
rl="realpath"
if ! hash ${rl}; then
echo "\"${rl}\" not found!" && exit 1
fi
fi
cur=$(dirname "$(${rl} "${0}")")
if [ -n "${DOTDROP_WORKERS}" ]; then
unset DOTDROP_WORKERS
echo "DISABLE workers for unittests"