From: Andrew Ruthven Date: Fri, 11 Jan 2019 12:04:58 +0000 (+1300) Subject: Fix syntax X-Git-Tag: 1.0.0~5 X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4f48384b7f55dece83e465339e279f10210bb62;p=mythtv-status.git Fix syntax --- diff --git a/debian/postinst b/debian/postinst index 858f16e..2ae2bc9 100644 --- a/debian/postinst +++ b/debian/postinst @@ -37,7 +37,7 @@ case "$1" in fi # Support the old variable name. - if [ "x$ARGS != "x" ] + if [ "x$ARGS" != "x" ] then UPDATE_MOTD_ARGS=$ARGS fi