Bug ID | 1093258 |
---|---|
Summary | Problem with zsh |
Classification | openSUSE |
Product | openSUSE Tumbleweed |
Version | Current |
Hardware | x86-64 |
OS | SUSE Other |
Status | NEW |
Severity | Normal |
Priority | P5 - None |
Component | Other |
Assignee | bnc-team-screening@forge.provo.novell.com |
Reporter | Ralf.Klingebiel@kisters.de |
QA Contact | qa-bugs@suse.de |
Found By | --- |
Blocker | --- |
function CC() { cat << END abc \\ def END } CC In zsh-version 5.4: abc \ def in zsh-version 5.5 abc \def This breaks one( or more) of my scripts.