From b38388f44e0ec398a1d61e890a8e30fe75971a87 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 1 Apr 2016 21:11:33 +0200 Subject: Avoid aborting container-shell help command if no manpage is available. Signed-off-by: Daniel Baumann --- bin/container-shell | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/container-shell b/bin/container-shell index 5a2f03b..71bf6e3 100755 --- a/bin/container-shell +++ b/bin/container-shell @@ -62,7 +62,7 @@ Shell () ;; *) - man ${PROGRAM}-${1} + man ${PROGRAM}-${1} || true return ;; -- cgit v1.2.3