From d120b333742a3dc3296c28afe088d6554281f0aa Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Tue, 10 Mar 2009 12:14:41 -0500 Subject: [PATCH] * bin/release: improve printing of release information --- bin/release | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/release b/bin/release index 070ffb40..7b335e72 100755 --- a/bin/release +++ b/bin/release @@ -17,4 +17,4 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -echo $(/usr/bin/lsb_release -s -i) $(/usr/bin/lsb_release -s -c) +echo $(/usr/bin/lsb_release -s -i) $(/usr/bin/lsb_release -s -r)