소스 검색

rc/status.sh: be posix compliant

Philippe Pepiot 14 년 전
부모
커밋
04bef9a4b8
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  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