From 88e3d2d5b09585859e25366cf40b0e3acaba91d8 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 26 Nov 2015 18:27:02 +1300 Subject: This apostrophe breaks the subshell on Bash 4.1 --- bash/bashrc.d/man.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bash') 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 -- cgit v1.2.3