aboutsummaryrefslogtreecommitdiff
path: root/bash/bashrc.d/man.bash
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2015-11-26 18:27:02 +1300
committerTom Ryder <tom@sanctum.geek.nz>2015-11-26 18:27:02 +1300
commit88e3d2d5b09585859e25366cf40b0e3acaba91d8 (patch)
treeace02ea22210c5bba2278139c8541697a3571ff9 /bash/bashrc.d/man.bash
parentAdd explicit delimiter to print (diff)
downloaddotfiles-88e3d2d5b09585859e25366cf40b0e3acaba91d8.tar.gz
dotfiles-88e3d2d5b09585859e25366cf40b0e3acaba91d8.zip
This apostrophe breaks the subshell on Bash 4.1
Diffstat (limited to 'bash/bashrc.d/man.bash')
-rw-r--r--bash/bashrc.d/man.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/bashrc.d/man.bash b/bash/bashrc.d/man.bash
index f01e4dc0..201ebe64 100644
--- a/bash/bashrc.d/man.bash
+++ b/bash/bashrc.d/man.bash
@@ -31,7 +31,7 @@ _man() {
#
IFS=$'\n' read -a COMPREPLY -d '' -r < <(
- # Don't return dotfiles, and expand empty globs to just nothing
+ # Do not return dotfiles, and expand empty globs to just nothing
shopt -u dotglob
shopt -s nullglob