[Libreoffice-commits] core.git: solenv/bin
Stephan Bergmann
sbergman at redhat.com
Tue May 30 15:06:58 UTC 2017
solenv/bin/create-ids | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 14f892b29f9bf3380d0a07fc61235ee51ab2f93d
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Tue May 30 17:05:22 2017 +0200
Fix 'make id'
...after 027d661ef7e2490f1182d3e5003ae4da4135e0ca "tdf#105204 fix shellcheck
warnings in solenv/bin/create-ids" broke it
Change-Id: I03e8b5bbda228bfdcb36599b8c13b530395e9e62
diff --git a/solenv/bin/create-ids b/solenv/bin/create-ids
index 59c532719e38..de1e79155c87 100755
--- a/solenv/bin/create-ids
+++ b/solenv/bin/create-ids
@@ -15,4 +15,4 @@ if [ "$1" = "--with-outpath" ]; then
else
dirs="$(ls -d ./*/* | sed -e '/\(\/\(cscope\.\|tags\|ID\)\)\|^\(clone\|workdir\|instdir\)\//d')"
fi
-mkid --lang-map="$(dirname "$0")"/id-lang.map --include='C C++ asm perl java make' --statistics "$dirs"
+mkid --lang-map="$(dirname "$0")"/id-lang.map --include='C C++ asm perl java make' --statistics $dirs
More information about the Libreoffice-commits
mailing list