Marcel Telka
2024-04-01 8b81466c5260d9945b49594e5cc088e75ee18d44
tools/license-detector
@@ -89,9 +89,9 @@
   cat <<#EOF > "$TMPFILE"
      dos2unix -ascii \\
         | tr -d '\\014' \\
         | sed -E -e 's/^[[:space:]]+\$//g' \\
         | LC_ALL=C sed -E -e 's/^[[:space:]]+\$//g' \\
         | awk '/^#/{next}/^\$/{\$0="\n"}1' ORS=' ' \\
         | sed -E -e 's/[[:space:]]+/ /g' -e 's/^ //' -e 's/ \$//' -e '/^\$/d' \\
         | LC_ALL=C sed -E -e 's/[[:space:]]+/ /g' -e 's/^ //' -e 's/ \$//' -e '/^\$/d' \\
   EOF
   # Remove some reStructuredText markup
   if [[ "${F%.rst}" != "$F" ]] ; then