From a48af850b0137f6e9c6585c08730736d0db83e6f Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Sun, 8 Jul 2018 11:55:27 +0200 Subject: [PATCH] Add a comment --- doc/scripts/platform.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/scripts/platform.sh b/doc/scripts/platform.sh index 841e444..4ba0876 100755 --- a/doc/scripts/platform.sh +++ b/doc/scripts/platform.sh @@ -69,6 +69,8 @@ _library_ldsoconf() #remove trailing comments line="${line%#*}" + #recurse into the file included + #XXX does not support globbing filename="${ldsoconf%/*}/${line#include }" [ -f "$filename" ] && _library_ldsoconf "$filename"