Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixfiles: drop unnecessary \ line endings
See koalaman/shellcheck#2769 Fixes: $ shellcheck -S error fixfiles In fixfiles line 189: # These two sorts need to be separate commands \ ^-- SC1143 (error): This backslash is part of a comment and does not continue the line. For more information: https://www.shellcheck.net/wiki/SC1143 -- This backslash is part of a comme... Signed-off-by: Petr Lautrbach <[email protected]> Acked-by: James Carter <[email protected]>
- Loading branch information