aboutsummaryrefslogtreecommitdiff
path: root/.local/share/bin/decsync2plain
diff options
context:
space:
mode:
Diffstat (limited to '.local/share/bin/decsync2plain')
-rwxr-xr-x.local/share/bin/decsync2plain2
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/share/bin/decsync2plain b/.local/share/bin/decsync2plain
index 5cb7eec..745a1c2 100755
--- a/.local/share/bin/decsync2plain
+++ b/.local/share/bin/decsync2plain
@@ -21,7 +21,7 @@ if no file extension is found and none is explicitly provided, $EXEC_NAME will e
EOF
}
-if [ "$1" == "-h" ] || [ "$1" == "--help" ] ; then
+if [ "$1" = "-h" ] || [ "$1" = "--help" ] ; then
usage
exit 0
fi