From 646a2edfe526772e2b8bcaf59ee89726e7483ad8 Mon Sep 17 00:00:00 2001 From: Dmitry Bogatov Date: Sun, 14 Aug 2016 09:07:01 +0300 Subject: Actually fix typo --- postrm-runit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'postrm-runit') diff --git a/postrm-runit b/postrm-runit index 6312aba..cc19d38 100644 --- a/postrm-runit +++ b/postrm-runit @@ -20,7 +20,7 @@ if [ "$1" = 'purge' ] ; then # # NOTE: Non-POSIX option is used. The day coreutils will no longer be essential, # it will require a fix. - rmdir --ignore-fail-on-no-nempty "$supervise_dir" + rmdir --ignore-fail-on-non-empty "$supervise_dir" fi unset supervise_dir fi -- cgit v1.2.3