From 83e89fae1a8e2fcc8207df4f5ff42cb554b95396 Mon Sep 17 00:00:00 2001 From: Dmitry Bogatov Date: Sun, 14 Aug 2016 08:59:38 +0300 Subject: Fix typo in mkdir option. --- debian/changelog | 1 + postrm-runit | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 865bb98..a98ed70 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ dh-runit (1.5) UNRELEASED; urgency=medium with other tools (supply dh_runit arguments on command line) and make format extensible. See dh_runit(1). * Introduce support for automatic generation of log scripts. + * Fix typo in mkdir option. -- Dmitry Bogatov Sat, 13 Aug 2016 11:40:10 +0300 diff --git a/postrm-runit b/postrm-runit index d07049c..6312aba 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-nonempty "$supervise_dir" + rmdir --ignore-fail-on-no-nempty "$supervise_dir" fi unset supervise_dir fi -- cgit v1.2.3