Kaydet (Commit) 14f892b2 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Fix 'make id'

...after 027d661e "tdf#105204 fix shellcheck
warnings in solenv/bin/create-ids" broke it

Change-Id: I03e8b5bbda228bfdcb36599b8c13b530395e9e62
üst cb5746a4
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment