summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Bogatov <KAction@gnu.org>2016-08-14 09:07:01 +0300
committerDmitry Bogatov <KAction@gnu.org>2016-08-14 09:07:01 +0300
commit646a2edfe526772e2b8bcaf59ee89726e7483ad8 (patch)
tree40b96966f2214e568936e4593fc72dc31d30361b
parentaa6c4d03fbe9cf4352c516aabb4d2cb3583ef7aa (diff)
Actually fix typo
-rw-r--r--postrm-runit2
1 files changed, 1 insertions, 1 deletions
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
20 # 20 #
21 # NOTE: Non-POSIX option is used. The day coreutils will no longer be essential, 21 # NOTE: Non-POSIX option is used. The day coreutils will no longer be essential,
22 # it will require a fix. 22 # it will require a fix.
23 rmdir --ignore-fail-on-no-nempty "$supervise_dir" 23 rmdir --ignore-fail-on-non-empty "$supervise_dir"
24 fi 24 fi
25 unset supervise_dir 25 unset supervise_dir
26fi 26fi