Summary: | Bashisms in mbim-network script | ||
---|---|---|---|
Product: | libmbim | Reporter: | Boris Egorov <egorov> |
Component: | General | Assignee: | Aleksander Morgado <aleksander> |
Status: | RESOLVED FIXED | QA Contact: | |
Severity: | normal | ||
Priority: | medium | ||
Version: | unspecified | ||
Hardware: | Other | ||
OS: | Linux (All) | ||
See Also: | https://bugs.freedesktop.org/show_bug.cgi?id=87841 | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: | patch to fix bashisms |
Pushed to git master and mbim-1-10; thanks. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.
Created attachment 110559 [details] patch to fix bashisms Debian folks discovered bashisms in mbim-network, which uses /bin/sh as its interpreter. We need to use bash or avoid using bashisms in scripts with this interpreter.