https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102664

            Bug ID: 102664
           Summary: contrib/gcc-git-customization.sh uses echo -n, which
                    isn't portable
           Product: gcc
           Version: 12.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: other
          Assignee: unassigned at gcc dot gnu.org
          Reporter: egallager at gcc dot gnu.org
  Target Milestone: ---

Specifically, in ask(), it does:

    echo -n $question "["$default"]? "

which results in the "-n" being included literally on systems whose echo
doesn't support that flag:

-n Local name for upstream repository [origin]?

Reply via email to