summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2013-09-13 19:27:29 +0200
committerAleksander Morgado <aleksander@lanedo.com>2013-09-13 19:27:29 +0200
commit74250cc94f0c5812d4e52db2cdcca0607fa163bb (patch)
treef15313bf7abe6e5b2e10665ff1148571ab639835 /utils
parent3f3e65d978daf111b1acf02845d8c817cbc61d21 (diff)
mbim-network: use 'dot' instead of 'source' to load profiles
Same as in libqmi's commit 9bcf031b39bcc47da274001bf36fd62618e2a789.
Diffstat (limited to 'utils')
-rwxr-xr-xutils/mbim-network.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/mbim-network.in b/utils/mbim-network.in
index bd03b6d..e58a148 100755
--- a/utils/mbim-network.in
+++ b/utils/mbim-network.in
@@ -72,7 +72,7 @@ load_profile ()
{
if [ -f $PROFILE_FILE ]; then
echo "Loading profile..."
- source $PROFILE_FILE
+ . $PROFILE_FILE
if [ "x$APN" != "x" ]; then
echo " APN: $APN"
@@ -106,7 +106,7 @@ load_state ()
{
if [ -f $STATE_FILE ]; then
echo "Loading previous state..."
- source $STATE_FILE
+ . $STATE_FILE
if [ "x$TRID" != "x" ]; then
echo " Previous Transaction ID: $TRID"