Raphael Cohn

Results 45 comments of Raphael Cohn

Thanks for taking time the time to report a problem. It looks like an undeclared variable. These can be quite hard to debug in shell script. Could you modify your...

Ta. Let me start taking a look. I'm mostly tidied up until Monday, so I may not get back to you until then.

I've made a bug fix and a new release - https://github.com/raphaelcohn/bish-bosh/releases/tag/release_2015.0629.0920-4 . Having problems with network connectivity at the moment, so there may still be issues. Could you test and...

Hmmm... On 29 Jun 2015 13:51, "Henning von See" [email protected] wrote: > This seems to be working. At least it isn't throwing an error anymore. > > Unfortunately I don't...

Ok ill take a look. On 29 Jun 2015 13:59, "Henning von See" [email protected] wrote: > Sure. I hope this helps: > > https://gist.github.com/henningvs/07e3f3c4a867be24eb4b > > — > Reply to...

Sorry I haven't been able to look at this yet.

I'm sorry, I didn't notice this in the flurry of emails over Christmas. Have you tried running with the version in git?

Thanks for reporting that. Could you supply OpenWrt versions and a sh -x trace, please? Just paste the trace in as a comment in ``` bash A code block ```...

OK, got it. fatten, the tool used by shellfire to create the standalone executable has output some bash-style function syntax for a nested function. It may be a fatten bug,...

Right, it's a bug ('feature') in bash - nested functions are exported with 'function ' as a prefix; externally scoped ones aren't.