https://bugzilla.samba.org/show_bug.cgi?id=11423

--- Comment #9 from Kevin Korb <rs...@sanitarium.net> ---
While it is true that 'rmdir --ignore-fail-on-non-empty "$BACKUP_DIR"' is GNU
(not Linux) specific it is also true that 'rmdir "$BACKUP_DIR" > /dev/null
2>&1' is POSIX specific.  If you want even more compatibility here is the
[t]csh version: rmdir "$BACKUP_DIR" >& /dev/null

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Reply via email to