summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorØyvind A. Holm <sunny@sunbase.org>2015-06-02 05:32:47 +0200
committerØyvind A. Holm <sunny@sunbase.org>2015-06-02 05:32:47 +0200
commit3a21a634f4d4b5797071ff12a8331ccc0f1c319e (patch)
tree0c7dec85e6d75b6b9ef4c4607d3b49336cdd9657 /doc
parent7be85679c537110f799eae57aa135a317b253f32 (diff)
doc: Document /bin/sh as default shell
The default shell was changed from /bin/bash to /bin/sh in commit 61a7846 ("config: Use /bin/sh as default shell and don't check for its existence", 2015-04-05), update the documentation about this.
Diffstat (limited to 'doc')
-rw-r--r--doc/ncdu.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ncdu.pod b/doc/ncdu.pod
index 61a009b..ce8e8d3 100644
--- a/doc/ncdu.pod
+++ b/doc/ncdu.pod
@@ -217,7 +217,7 @@ Spawn shell in current directory.
We first check the $NCDU_SHELL environment variable of the user for the
preferred shell interpreter. If it's not set, $SHELL is checked. If that
variable also isn't defined, we fall back to the compile time configured
-default shell (usually /bin/bash). This allows you to specify which program to
+default shell (usually /bin/sh). This allows you to specify which program to
launch when 'b' is pressed. For example, if you want ncdu to execute the
Midnight Commander file manager in the current directory: