Skip to content

Fix warnings reported by shellcheck again

It was introduced by commit 14d0fca3 because of missing double quotes.

In autogen.sh line 102:
  python="$(basename $python)"
                     ^-----^ SC2086: Double quote to prevent globbing and word splitting.

Merge request reports