wmii

git clone git://oldgit.suckless.org/wmii/
Log | Files | Refs | README | LICENSE

commit 5409d067c479b95a81bf3d7bef9dfb09f7ec27d9
parent 13e38f667e963c8df6ce9634ad381dd68c26f555
Author: Georg Neis <gn@wmii.de>
Date:   Fri,  3 Feb 2006 21:56:34 +0200

removed superfluous parentheses


Diffstat:
rc/status | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rc/status b/rc/status @@ -23,7 +23,7 @@ fn sigint { fn statustext { # if you need a formatted date, use awk - echo (`{date} `{uptime | sed 's/.*://; s/,//g'}) + echo `{date} `{uptime | sed 's/.*://; s/,//g'} } text=`{statustext}