← Back to team overview

mythbuntu-bugs team mailing list archive

[Bug 989371] Re: postinst error from mythv-database

 

Hmm, I don't believe that's the case.  Shell script lets you go and do
stuff like this:

#!/bin/sh
blah=true
if [ $blah = true ];then
echo "yes"
fi

And that works out just fine.  would you mind adding a echo $RET right
before that to see what value public bind is returning?  The other thing
is this code hasn't changed in several releases, it's odd if it's all of
a sudden a problem.

-- 
You received this bug notification because you are a member of Mythbuntu
Bug Team, which is subscribed to Mythbuntu.
https://bugs.launchpad.net/bugs/989371

Title:
  postinst error from mythv-database

Status in Mythbuntu, Ubuntu derivative focused upon MythTV:
  New

Bug description:
  When upgrading mythtv via apt-get, I see:

  Setting up mythtv-database (2:0.25.0+fixes.20120427.58fd2a5-0ubuntu0mythbuntu4) ...
  /var/lib/dpkg/info/mythtv-database.postinst: 115: [: =: unexpected operator

  line 115 is:

          if [ $RET = true ]; then

  I think that that should be:

          if [ $RET = "true" ]; then

  (ie with quotes) ?

To manage notifications about this bug go to:
https://bugs.launchpad.net/mythbuntu/+bug/989371/+subscriptions


References