From 04bef9a4b8b8b96a4fc5f67cd24a8db5ed812ce7 Mon Sep 17 00:00:00 2001 From: Philippe Pepiot Date: Sun, 24 Jan 2010 16:44:26 +0100 Subject: [PATCH] rc/status.sh: be posix compliant --- rc/status.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/rc/status.sh b/rc/status.sh index bd07953..372a5bd 100755 --- a/rc/status.sh +++ b/rc/status.sh @@ -5,9 +5,7 @@ statustext() { - local DATE=`date` - - wmfs -s "$DATE" + wmfs -s "`date`" } statustext