Skip to content

Commit 134f84f

Browse files
committed
Fix exim-cron.sh again to work with non-gnu-xargs
1 parent c8c6c95 commit 134f84f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

copy/opt/core/bin/exim-cron.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,5 +83,5 @@ if [ -x /opt/local/sbin/exim_tidydb ]; then
8383
cd $SPOOLDIR/db || exit 0
8484
find * -maxdepth 1 \( -name '*.lockfile' -or -name 'log.*' \) \
8585
-and -type f -print0 | \
86-
sudo -u mail xargs -0r -n 1 /opt/local/sbin/exim_tidydb $SPOOLDIR > /dev/null
86+
sudo -u mail xargs -0 -n 1 /opt/local/sbin/exim_tidydb $SPOOLDIR > /dev/null
8787
fi

0 commit comments

Comments
 (0)