diff options
Diffstat (limited to 'bin/container-shell')
-rwxr-xr-x | bin/container-shell | 2 |
1 files changed, 1 insertions, 1 deletions
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 ;; |