]> git.etc.gen.nz Git - mythtv-status.git/commitdiff
Fix syntax
authorAndrew Ruthven <andrew@etc.gen.nz>
Fri, 11 Jan 2019 12:04:58 +0000 (01:04 +1300)
committerAndrew Ruthven <andrew@etc.gen.nz>
Fri, 11 Jan 2019 12:04:58 +0000 (01:04 +1300)
debian/postinst

index 858f16e3e2dbc9a248bdb75e23c70e4064b3d692..2ae2bc92688320985bf22e9afdd89bdc8468624f 100644 (file)
@@ -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