Bug#666218: udeb broken: micro-evtd.command: line 10: syntax error: bad function name

2012-04-13 Thread Martin Michlmayr
* Ryan Tandy r...@nardis.ca [2012-03-29 22:50]: I will have to patch out the remaining bashisms in the scripts. I won't be able to work on that before this weekend. Did you have a chance to look into this, Ryan? -- Martin Michlmayr http://www.cyrius.com/ -- To UNSUBSCRIBE, email to

Bug#666218: udeb broken: micro-evtd.command: line 10: syntax error: bad function name

2012-04-13 Thread Ryan Tandy
On Fri, Apr 13, 2012 at 2:43 AM, Martin Michlmayr t...@cyrius.com wrote: Did you have a chance to look into this, Ryan? I did; however life is being life (as it tends to) and I'm only about half-way done preparing the fixed upload. If you'd like to upload an NMU containing your patch that masks

Bug#666218: udeb broken: micro-evtd.command: line 10: syntax error: bad function name

2012-03-30 Thread Martin Michlmayr
* Ryan Tandy r...@nardis.ca [2012-03-29 22:50]: Your patch is correct but insufficient. Apparently in the 3.4 release upstream worked around the bashisms in /usr/sbin/micro-evtd.event and /usr/sbin/microapl by changing the shebang to /bin/bash; it was /bin/sh in both in 3.3.3. I feel pretty

Bug#666218: udeb broken: micro-evtd.command: line 10: syntax error: bad function name

2012-03-29 Thread Martin Michlmayr
Package: micro-evtd-udeb Version: 3.4-1 Severity: serious Tags: patch I get the following error when starting Debian installer: | /usr/sbin/micro-evtd.command: line 10: syntax error: bad function name The following patch works for me. --- debian/udeb/micro-evtd.command~ 2012-03-29

Bug#666218: udeb broken: micro-evtd.command: line 10: syntax error: bad function name

2012-03-29 Thread Ryan Tandy
Thanks for the report and patch. I wasn't aware of this particular bashism. I'm surprised it ever worked as dash in squeeze rejects that function name too. Would you have the time and inclination to sponsor a package including just this fix? -- To UNSUBSCRIBE, email to

Bug#666218: udeb broken: micro-evtd.command: line 10: syntax error: bad function name

2012-03-29 Thread Martin Michlmayr
* Ryan Tandy r...@nardis.ca [2012-03-29 13:24]: Thanks for the report and patch. I wasn't aware of this particular bashism. I'm surprised it ever worked as dash in squeeze rejects that function name too. Would you have the time and inclination to sponsor a package including just this fix?

Bug#666218: udeb broken: micro-evtd.command: line 10: syntax error: bad function name

2012-03-29 Thread Ryan Tandy
Your patch is correct but insufficient. Apparently in the 3.4 release upstream worked around the bashisms in /usr/sbin/micro-evtd.event and /usr/sbin/microapl by changing the shebang to /bin/bash; it was /bin/sh in both in 3.3.3. I feel pretty stupid for missing all of this; I was sure I tested