Hi Dmitry, On Fri, 2021-04-30 at 02:06 +0300, Dmitry V. Levin wrote: > I suggest to use "cat" instead of multiple echoes, e.g. > > cat <<-'EOF' > Usage: find-debuginfo.sh [OPTION]... [builddir] > automagically generates debug info and file lists > > Options: > [...] > --unique-debug-src-base "%{name}-%{VERSION}- > %{RELEASE}.%{_arch}") > > All file names in switches are relative to builddir ('.' if not > given). > EOF Yes, that is obviously much nicer. Updated patch attached. Thanks, Mark