Short output tweak

This commit is contained in:
inxi-svn 2008-10-29 22:00:17 +00:00
parent a253b4bf68
commit 24d855bd93

3
inxi
View file

@ -1,7 +1,7 @@
#!/bin/bash
########################################################################
#### Script Name: inxi
#### version: 0.1.35
#### version: 0.1.36
#### Date: October 29 2008
########################################################################
#### inxi is a fork of infobash, the original bash sys info script by locsmif
@ -1301,6 +1301,7 @@ print_short_data()
then
short_data="${short_data}$( echo -ne " ${C1}Client${CN}[${C2}${IRC_CLIENT}${IRC_CLIENT_VERSION}${CN}]" )"
fi
short_data="${short_data} ${C1}${MY_VERSION}${CN}"
if [ "$SCHEME" -gt 0 ]
then
short_data="${short_data}$( echo -ne "$NORMAL" )"