aboutsummaryrefslogtreecommitdiffstats
path: root/utils/qmi-network.in
Commit message (Collapse)AuthorAgeFilesLines
* Fix bashism, as the script uses "sh", not "bash".Marius B. Kotsbak2014-12-301-2/+2
| | | | See downstream bug report https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=772328
* qmi-network: fix bashismsAleksander Morgado2014-12-081-2/+2
| | | | | Equivalent to the fix done in mbim-network, see: https://bugs.freedesktop.org/show_bug.cgi?id=87093
* qmi-network: use dot instead of 'source' to load the profilesAleksander Morgado2013-09-131-2/+2
| | | | | | | | The qmi-network script doesn't work properly because it uses a bash-specific "source" command. In Ubuntu, /bin/sh is dash. The solution is to just change "source" to a dot, which is the proper way to do a "source" in POSIX sh. Bug report and original fix by Heath Kehoe <heath@digitalartefacts.com>
* qmi-network: implement --help and --versionAleksander Morgado2013-09-131-0/+262