aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 84a46ae..0aeb76e 100755
--- a/utils/qmi-network.in
+++ b/utils/qmi-network.in
@@ -47,10 +47,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