Marcel Telka
2023-10-17 7b84d0d65c2a9b461d9af0b7ca531efebcc645d7
tools/license-detector
@@ -97,6 +97,7 @@
   cat <<#EOF > "$TMPFILE"
      dos2unix -ascii \\
         | tr -d '\\014' \\
         | awk '/^#/{next}/^\$/{\$0="\n"}1' ORS=' ' \\
         | sed -E -e 's/[[:space:]]+/ /g' -e 's/^ //' -e 's/ \$//' -e '/^\$/d' \\
   EOF