Sfoglia il codice sorgente

rc/status.sh: be posix compliant

Philippe Pepiot 14 anni fa
parent
commit
04bef9a4b8
1 ha cambiato i file con 1 aggiunte e 3 eliminazioni
  1. 1 3
      rc/status.sh

+ 1 - 3
rc/status.sh

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