* Santiago Vila <sanv...@debian.org>, 2024-10-24 01:28:
$ DEBIAN_BISECT_SRCPKG=mysrc {progname} "two years ago" yesterday \ - > /usr/share/doc/devscripts/examples/debbisect_buildsrc.sh + /usr/share/doc/devscripts/examples/debbisect_buildsrc.sh
I don't think that's right. "> " was meant to be the shell's secondary prompt, but it doesn't show up correctly, because the backslash is not escaped in the source.
Untested patch attached. -- Jakub Wilk
diff --git a/scripts/debbisect b/scripts/debbisect index df5e5022..6eabc518 100755 --- a/scripts/debbisect +++ b/scripts/debbisect @@ -754,5 +754,5 @@ devscripts as /usr/share/doc/devscripts/examples/debbisect_buildsrc.sh and either use it unmodified like this: - $ DEBIAN_BISECT_SRCPKG=mysrc {progname} "two years ago" yesterday \ + $ DEBIAN_BISECT_SRCPKG=mysrc {progname} "two years ago" yesterday \\ > /usr/share/doc/devscripts/examples/debbisect_buildsrc.sh