>From #57:

  $ . /etc/lsb-release; echo $DISTRIB_DESCRIPTION
  Ubuntu 12.04.2 LTS

>From #39:
  
  $ cat /etc/lsb-release | grep DESCRIPTION | cut -f2 -d= | sed 's/\"//g'
  Ubuntu 12.04.2 LTS

>From #40:

  $ cat /etc/lsb-release | grep DESCRIPTION | cut -f2 -d'"'
  Ubuntu 12.04.2 LTS

The solution from #57 (first above) is simpler and better.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1094218

Title:
  lsb_release crashed with IOError in getstatusoutput(): [Errno 10] No
  child processes (called by teamviewerd)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lsb/+bug/1094218/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to