summaryrefslogtreecommitdiffstats
path: root/bash-completion/hexdump
diff options
context:
space:
mode:
Diffstat (limited to 'bash-completion/hexdump')
-rw-r--r--bash-completion/hexdump1
1 files changed, 1 insertions, 0 deletions
diff --git a/bash-completion/hexdump b/bash-completion/hexdump
index aa6f8cefd..9dc274076 100644
--- a/bash-completion/hexdump
+++ b/bash-completion/hexdump
@@ -40,6 +40,7 @@ _hexdump_module()
return 0
;;
esac
+ local IFS=$'\n'
compopt -o filenames
COMPREPLY=( $(compgen -f -- $cur) )
return 0