Explorar el Código

Make syncmail compatible with FreeBSD

Colin Powell hace 5 años
padre
commit
b08cbbc6b5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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