Marcel Telka
2023-11-15 ad959b01d0406e94b4d70d0b78a85e9d3f7302c4
tools/license-detector: fix http matching

1 files modified
1 ■■■■ changed files
tools/license-detector 1 ●●●● patch | view | raw | blame | history
tools/license-detector
@@ -100,6 +100,7 @@
    [[ -x "$l.filter" ]] && printf '\t| LC_ALL=C %s \\\n' "$l.filter" >> "$TMPFILE"
    cat <<#EOF >> "$TMPFILE"
            | LC_ALL=C tr '[:upper:]' '[:lower:]' \\
            | sed -e 's|http://|https://|g' \
            | tr ' ' '\\n' | fmt
    EOF