Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
UBUNTU: [Debian] Fix warnings when checking for modules signatures
BugLink: https://bugs.launchpad.net/bugs/1853843 When detecting module signatures, the current approach causes this warning for modules lacking a signature: /bin/bash: line 5: warning: command substitution: ignored null byte in input My original approach used read, which works well, but for unknown reasons causes an error from bash when by itself as the first line in the if clause. Putting it in a no-op while loop prevents the error, but it has the advantage of working without flooding the build logs with warnings. Signed-off-by: Seth Forshee <seth.forshee@canonical.com> Acked-by: Kleber Sacilotto de Souza <kleber.souza@canonical.com> Acked-by: Stefan Bader <stefan.bader@canonical.com> Signed-off-by: Kleber Sacilotto de Souza <kleber.souza@canonical.com>
- Loading branch information