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:
commit
2706264908
2
dist/tools/doccheck/check.sh
vendored
2
dist/tools/doccheck/check.sh
vendored
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user