removed superfluous parentheses

This commit is contained in:
Georg Neis 2006-02-03 21:56:34 +02:00
parent 13e38f667e
commit 5409d067c4
1 changed files with 1 additions and 1 deletions

View File

@ -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}