See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=772325

Signed-off-by: Boris Egorov <ego...@linux.com>
---
 utils/mbim-network.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/utils/mbim-network.in b/utils/mbim-network.in
index e58a148..5ea8dd6 100755
--- a/utils/mbim-network.in
+++ b/utils/mbim-network.in
@@ -50,10 +50,10 @@ version ()
 }
 
 if [ $# -ne 2 ]; then
-    if [ $1 == "--help" ]; then
+    if [ "$1" = "--help" ]; then
         help
         exit 0
-    elif [ $1 == "--version" ]; then
+    elif [ "$1" = "--version" ]; then
         version
         exit 0
     fi
-- 
2.1.3


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to