wok diff awesome/receipt @ rev 19195

Add: BVI. Fast and lightweight binary (hex) editor.
author Leonardo Laporte <hackdorte@sapo.pt>
date Mon Jun 06 10:28:32 2016 -0300 (2016-06-06)
parents d5f9f516b706
children ce084335362a
line diff
     1.1 --- a/awesome/receipt	Fri Dec 04 16:32:53 2015 +0200
     1.2 +++ b/awesome/receipt	Mon Jun 06 10:28:32 2016 -0300
     1.3 @@ -48,7 +48,7 @@
     1.4  
     1.5  post_install()
     1.6  {
     1.7 -	res=$(cat $1/etc/slim.conf | grep ^session | sed s/"sessions. *"//)
     1.8 +	res=$(cat "$1/etc/slim.conf" | grep ^session | sed s/"sessions. *"//)
     1.9  	# Adding WM to SLIM available sessions.
    1.10  	if ! echo "$res" | grep -q $PACKAGE; then
    1.11  		sed -i "s/^sessions.*/sessions            ${res},$PACKAGE/" "$1/etc/slim.conf"