Explorar el Código

rc/status.sh: be posix compliant

Philippe Pepiot hace 14 años
padre
commit
04bef9a4b8
Se han modificado 1 ficheros con 1 adiciones y 3 borrados
  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