diff --git a/sh/tmpfiles.sh.in b/sh/tmpfiles.sh.in index a5041bb8..ca0cbc3b 100755 --- a/sh/tmpfiles.sh.in +++ b/sh/tmpfiles.sh.in @@ -232,7 +232,7 @@ if [ $(( CLEAN )) -eq 1 ] ; then exit 1 fi -if [ "$CREATE$REMOVE" == '00' ]; then +if [ "$CREATE$REMOVE" = '00' ]; then printf 'usage: %s [--create] [--remove] [--clean] [--verbose] [--dry-run]\n' "${0##*/}" exit 1 fi