rc/status.sh: be posix compliant

This commit is contained in:
Philippe Pepiot 2010-01-24 16:44:26 +01:00
parent 344d80206c
commit 04bef9a4b8

View File

@ -5,9 +5,7 @@
statustext()
{
local DATE=`date`
wmfs -s "$DATE"
wmfs -s "`date`"
}
statustext