diff --git a/bin/release b/bin/release index 68a39ab0..070ffb40 100755 --- a/bin/release +++ b/bin/release @@ -17,5 +17,4 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -/usr/bin/lsb_release -d -s | sed 's/\s*(.*)$//' +echo $(/usr/bin/lsb_release -s -i) $(/usr/bin/lsb_release -s -c)