diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-05-11 15:41:13 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-07-03 16:08:52 +0200 |
commit | e2ce1ab21d8760efed95e1e58ffa301f7c5c234c (patch) | |
tree | 361a4356669a6c11a58745e85eeb70cfa987dccf /utils | |
parent | f0758c3b104d79e434776be595db0041489d300d (diff) |
utils,qmi-network: try to use /bin/sh instead of /bin/bash
Diffstat (limited to 'utils')
-rwxr-xr-x | utils/qmi-network | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/qmi-network b/utils/qmi-network index 8686527..6f1684e 100755 --- a/utils/qmi-network +++ b/utils/qmi-network @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh print_usage () { |