소스 검색

Make syncmail compatible with FreeBSD

Colin Powell 5 년 전
부모
커밋
b08cbbc6b5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      bin/.bin/syncmail.sh

+ 1 - 1
bin/.bin/syncmail.sh

@@ -1,6 +1,6 @@
 #!/bin/sh
 
-notmuch search --output=files tag:deleted | xargs -0 rm
+notmuch search --output=files tag:deleted | xargs -r rm
 notmuch new
 muchsync rhea.unbl.ink
 exit 0