summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-05-30 17:05:22 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-05-30 17:05:22 +0200
commit14f892b29f9bf3380d0a07fc61235ee51ab2f93d (patch)
tree9167f7ff46e731e1e4e978ba717fc9d5da8666bf /solenv
parentcb5746a45ef6b0f209395fea9ce3e7801a574697 (diff)
Fix 'make id'
...after 027d661ef7e2490f1182d3e5003ae4da4135e0ca "tdf#105204 fix shellcheck warnings in solenv/bin/create-ids" broke it Change-Id: I03e8b5bbda228bfdcb36599b8c13b530395e9e62
Diffstat (limited to 'solenv')
-rwxr-xr-xsolenv/bin/create-ids2
1 files changed, 1 insertions, 1 deletions
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