changed UNITY to Unity, no version change, but new tarball.

This commit is contained in:
inxi-svn 2014-01-14 18:48:16 +00:00
parent 68ede84adc
commit 82ca2008f7

2
inxi
View file

@ -3818,7 +3818,7 @@ get_desktop_environment()
fi
fi
desktop_environment="KDE"
elif [[ $XDG_CURRENT_DESKTOP == 'UNITY' ]];then
elif [[ $XDG_CURRENT_DESKTOP == 'Unity' ]];then
version=$( get_de_app_version 'unity' '^unity' '2' )
# not certain cinn will always have version, so keep output right if not
if [[ -n $version ]];then