Browse Source
In _debug_bash_helper use eval as we are seeing issues with busybox systems having issues with array access. Even though they aren't actually running the code they appear to be parsing it and failing. Also older versions of busybox have a bug with eval and double quotes, so make sure to use single quotes when using eval. Resolves: #2579pull/2583/head
John L. Villalovos
5 years ago
1 changed files with 8 additions and 8 deletions
Loading…
Reference in new issue