tMerge branch 'master' of z3bra.org:scripts - scripts - various script and utils
 (HTM) git clone git://z3bra.org/scripts
 (DIR) Log
 (DIR) Files
 (DIR) Refs
       ---
 (DIR) commit ab3decbcbe448c33385aaed0aa389523565dcfef
 (DIR) parent 4f742d1f052fbee5b81a8f425e4ea9ddbc9ad315
 (HTM) Author: Willy Goiffon <w.goiffon@gmail.com>
       Date:   Mon, 14 Oct 2013 16:39:10 +0200
       
       Merge branch 'master' of z3bra.org:scripts
       
       Diffstat:
         M info.sh                             |       3 ++-
       
       1 file changed, 2 insertions(+), 1 deletion(-)
       ---
 (DIR) diff --git a/info.sh b/info.sh
       t@@ -24,7 +24,8 @@ f2=$'\e[0;37m'
        kernel=$(uname -rmo)
        cpuspe=$(grep 'model name' /proc/cpuinfo| sed 1q|sed 's/^.*:\ *//')
        
       -system=$(lsb_release -d | sed 's/^.*:\s*//')
       +#system=$(lsb_release -d | sed 's/^.*:\s*//')
       +system=$(cat /etc/issue|cut -d\\ -f1)
        
        if [ -n "$DISPLAY" ]; then
            wmname=$(xprop -root WM_NAME|cut -d\" -f2)