Skip to content

build-tails: fix bugs that prevent local submodules from being used

intrigeri requested to merge fix-syntax-error into testing

I've seen this on Jenkins:

/usr/local/bin/build-tails: 107: /usr/local/bin/build-tails: [[: not found

And indeed, "[[" does not exist in dash.

Regression introduced in af0ff460, not present in current stable.

The second bug fixed here has been present since 4.11.

Edited by intrigeri

Merge request reports