* bin/release: improve printing of release information

This commit is contained in:
Dustin Kirkland 2009-03-10 12:14:41 -05:00
commit d120b33374

View file

@ -17,4 +17,4 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
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)