Преглед изворни кода

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