Skip to content
Snippets Groups Projects
Commit 508350c3 authored by Stefano Zacchiroli's avatar Stefano Zacchiroli
Browse files

Merge branch 'feature/no-qualifiers'

parents cfa86806 55e4e243
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@ for pymod in ${!pymods[@]} ; do
done
getdeps() {
grep -E -v '(^#|^[[:space:]]*$)' "$1" | cut -f 1 -d ' ' | tr 'A-Z' 'a-z'
grep -E -v '(^#|^[[:space:]]*$)' "$1" | cut -f 1 -d '[' | cut -f 1 -d ' ' | tr 'A-Z' 'a-z'
}
for repo in $pyrepos ; do
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment