Bug#767731: Tentative fix

2014-11-04 Thread Benoit Friry
Bonjour Francois, > Is your fix more complicated then this? > -if [ `${IPCS_CMD} -u 2>/dev/null | awk -F' ' '/segments allocated/ {print > $3}'` -ne 0 ]; then > +if [ `LANG=C ${IPCS_CMD} -u 2>/dev/null | awk -F' ' '/segments allocated/ > {print $3}'` -ne 0 ]; then My "fix" was more dirty th

Bug#767731: Tentative fix

2014-11-04 Thread Francois Marier
Bonjour Benoit, Unsurprisingly, I can also reproduce this bug with the fr_CA.UTF-8 locale. Is your fix more complicated then this? -if [ `${IPCS_CMD} -u 2>/dev/null | awk -F' ' '/segments allocated/ {print $3}'` -ne 0 ]; then +if [ `LANG=C ${IPCS_CMD} -u 2>/dev/null | awk -F' ' '/segments a