Marcel Telka
2023-08-02 644544f6f7498ae59cfdb2f1a92b382560e490aa
tools/perl-meta-deps: do not mangle unresolved lines

1 files modified
4 ■■■■ changed files
tools/perl-meta-deps 4 ●●●● patch | view | raw | blame | history
tools/perl-meta-deps
@@ -115,8 +115,8 @@
    PREV_VER=
    PREV_LINE_T=
    while read LINE ; do
        # Copy verbatim lines without "fmri="
        [[ "${LINE//*fmri=*/FMRI}" != "FMRI" ]] && printf "%s\n" "$LINE" && continue
        # Copy verbatim lines without "fmri=pkg:" (e.g. unresolved lines)
        [[ "${LINE//*fmri=pkg:*/FMRI}" != "FMRI" ]] && printf "%s\n" "$LINE" && continue
        LINE_H=${LINE%%fmri=*}
        LINE_T=${LINE#*fmri=}