From: Francois Marier Date: Thu, 15 Nov 2007 23:19:42 +0000 (+1300) Subject: Fix bashism in the postinst script X-Git-Tag: 0.4~24 X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73eb9ff65063f868f43e16b1abdd3bb573a75b43;p=mythtv-status.git Fix bashism in the postinst script --- diff --git a/debian/postinst b/debian/postinst index c35a57f..863b8fe 100644 --- a/debian/postinst +++ b/debian/postinst @@ -22,7 +22,7 @@ case "$1" in db_get $PACKAGE/enable RUN="${RET:-true}" - if [ $RUN == 'true' ] + if [ $RUN = 'true' ] then RUN='yes' fi