summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rwxr-xr-xutils/qmi-network.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/qmi-network.in b/utils/qmi-network.in
index 2bef24a..1470f38 100755
--- a/utils/qmi-network.in
+++ b/utils/qmi-network.in
@@ -69,7 +69,7 @@ load_profile ()
{
if [ -f $PROFILE_FILE ]; then
echo "Loading profile..."
- source $PROFILE_FILE
+ . $PROFILE_FILE
if [ "x$APN" != "x" ]; then
echo " APN: $APN"
@@ -103,7 +103,7 @@ load_state ()
{
if [ -f $STATE_FILE ]; then
echo "Loading previous state..."
- source $STATE_FILE
+ . $STATE_FILE
if [ "x$CID" != "x" ]; then
echo " Previous CID: $CID"