[meta-linaro-toolchain] gcc 5.2 RPM packaging error
ble: PKGR = "${@'${PR}'.replace('-', '+')}" The effect is to replace '-' with '+' in the RPM package versions. I'm not sure what effect that has on the upgrade path though. Would replacing the '-' with a '.' or
Re: Bash bug?
he problem go away. # 5. While loop in "main" isn't required, but makes reproduction easier. === -- Maxim Kuvyrkov https://www.linaro.org grep -q is exiting as soon as a match is found. print_test is continuing to write to the now-broken pipe and gets killed by a SIGPIPE.