From b142ba9c08d9e8c145f94faae24ec747908c21b2 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 27 Nov 2015 11:24:59 +1300 Subject: Remove a now-inapplicable comment --- bash/bashrc.d/pass.bash | 4 ---- 1 file changed, 4 deletions(-) (limited to 'bash') diff --git a/bash/bashrc.d/pass.bash b/bash/bashrc.d/pass.bash index 91d2d538..348978ca 100644 --- a/bash/bashrc.d/pass.bash +++ b/bash/bashrc.d/pass.bash @@ -15,11 +15,7 @@ _pass() # doesn't seem to do this properly with a null delimiter) local entry while IFS= read -d '' -r entry ; do - - # We have to use printf %q here to quote the entry, as it may include - # spaces or newlines, just like any filename COMPREPLY=("${COMPREPLY[@]}" "$entry") - done < <( # Set shell options to expand globs the way we expect -- cgit v1.2.3