1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-28 16:01:18 +01:00

Merge pull request #9292 from smlng/pr/tools/doccheck

tools/doccheck: adapt script to run on macOS
This commit is contained in:
Cenk Gündoğan 2018-06-12 10:28:43 +02:00 committed by GitHub
commit 2706264908
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
RIOTBASE=$(readlink -f "$(dirname $(realpath $0))/../../..")
RIOTBASE="$(cd $(dirname $0)/../../..; pwd)"
if tput colors &> /dev/null && [ $(tput colors) -ge 8 ]; then
CERROR="\e[1;31m"