slitaz-tools diff jwm/jwm-menu @ rev 869

jwm: tiny edits
author Paul Issott <paul@slitaz.org>
date Wed Apr 30 18:43:43 2014 +0100 (2014-04-30)
parents ab549bf459bb
children 5d80f6fdbdb7
line diff
     1.1 --- a/jwm/jwm-menu	Wed Apr 30 15:51:23 2014 +0200
     1.2 +++ b/jwm/jwm-menu	Wed Apr 30 18:43:43 2014 +0100
     1.3 @@ -79,11 +79,11 @@
     1.4  	# Parse *.desktop files
     1.5  	for app in $(fgrep -l "${name}" $apps/*.desktop)
     1.6  	do
     1.7 -		# Skipp OnlyShowIn
     1.8 +		# Skip OnlyShowIn
     1.9  		if fgrep -q 'OnlyShowIn=' ${app}; then
    1.10  			continue
    1.11  		fi
    1.12 -		# Skip not show in category
    1.13 +		# Skip not shown in category
    1.14  		if fgrep -q "$not" ${app}; then
    1.15  			continue
    1.16  		fi