]> git.etc.gen.nz Git - mythtv-status.git/commitdiff
Fix bashism in the postinst script
authorFrancois Marier <francois@debian.org>
Thu, 15 Nov 2007 23:19:42 +0000 (12:19 +1300)
committerAndrew Ruthven <andrew@cerberus.etc.gen.nz>
Thu, 15 Nov 2007 23:35:46 +0000 (12:35 +1300)
debian/postinst

index c35a57f0eec88bf4904e2ae1a8dfa037f8b61740..863b8fee239af950046899ee13be665c5bf2a894 100644 (file)
@@ -22,7 +22,7 @@ case "$1" in
     db_get $PACKAGE/enable
     RUN="${RET:-true}"
 
-    if [ $RUN == 'true' ]
+    if [ $RUN = 'true' ]
     then
       RUN='yes'
     fi