Marcel Telka
2022-10-18 bd5d526797662045ecb188de4ff3739b3b69bbd9
tools/license-detector
@@ -94,7 +94,7 @@
   CMD="dos2unix -ascii"
   CMD="$CMD | awk '/^#/{next}/^\$/{\$0=\"\\n\"}1' ORS=' '"
   CMD="$CMD | sed -E -e 's/ +/ /g' -e 's/^ //' -e 's/ \$//'"
   CMD="$CMD | sed -E -e 's/ +/ /g' -e 's/^ //' -e 's/ \$//' -e '/^\$/d'"
   CMD="$CMD$LICCMD"
   CMD="$CMD | tr ' ' '\\n' | gfmt -w 80"