From: Ralf Habacker Date: Thu, 24 Jan 2019 07:07:18 +0000 (+0100) Subject: tools/cmake-format: Do not exclude CMakeLists.txt files X-Git-Tag: dbus-1.13.10~19^2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb4b378958cd613ef10c14be0cc5e740e5e8e6e8;p=thirdparty%2Fdbus.git tools/cmake-format: Do not exclude CMakeLists.txt files This fixes a regression of merge request !82 introduced with the rebase to !84. --- diff --git a/tools/cmake-format b/tools/cmake-format index 303f67453..1e5f46fb0 100755 --- a/tools/cmake-format +++ b/tools/cmake-format @@ -94,7 +94,7 @@ fi # setup dir to apply s=$(dirname $0) -root=$(realpath $s/../cmake) +root=$(realpath $s/..) #echo $exp #echo $root