From acd5f1d278b0d15c3179c4108ae3f9c583cd36e7 Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Thu, 19 May 2011 01:24:05 +0000 Subject: [PATCH] fixed pekwm to be lower case --- inxi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inxi b/inxi index 48e9a0a..b95875c 100755 --- a/inxi +++ b/inxi @@ -2588,7 +2588,7 @@ detect_desktop_environment() elif [[ -n $( grep -is 'fvwm' <<< "$ps_aux" | grep -v 'grep' ) ]];then desktop_environment='FVWM' elif [[ -n $( grep -is 'pekwm' <<< "$ps_aux" | grep -v 'grep' ) ]];then - desktop_environment='PEKWM' + desktop_environment='pekwm' elif [[ -n $( grep -is 'awesome' <<< "$ps_aux" | grep -v 'grep' ) ]];then desktop_environment='Awesome' fi