bug#78410: Patch for tiny improve cl wrapper script

2025-05-16 Thread Karl Berry

bug#78410: Patch for tiny improve cl wrapper script

2025-05-16 Thread Yang Kun
IFS=$' \t\n' is a bashism which is not supported in most other shells. The original code is portable. This seems to have nothing to do with the rest of your change, so why change it at all? Oops, sorry, I didn't noticed that. If it's not useful then why did you take the time to propose the chan