浏览代码

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