Only linkcheck dir

This commit is contained in:
Bastian Kleineidam 2014-03-27 20:27:30 +01:00
parent b6b5c7a12e
commit c10b457d21

View file

@ -4,5 +4,5 @@ set -e
set -u
d=$(dirname $0)
base=$(readlink -f $d/..)
base=$(readlink -f $d/../linkcheck)
find "$base" -type f -print0 | xargs -0 sed -i 's/ log.debug(/ #log.debug(/g'