tmpfiles: fix bashism

reported-by: <pesa@gentoo.org>
This commit is contained in:
William Hubbs 2012-11-06 16:32:59 -06:00
parent 5657fa7975
commit ec60e20331

View File

@ -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