diff -up util-linux-2.23.2/bash-completion/blkid.kzak util-linux-2.23.2/bash-completion/blkid --- util-linux-2.23.2/bash-completion/blkid.kzak 2013-06-13 09:46:10.338649921 +0200 +++ util-linux-2.23.2/bash-completion/blkid 2014-01-13 12:15:46.542060064 +0100 @@ -6,6 +6,7 @@ _blkid_module() prev="${COMP_WORDS[COMP_CWORD-1]}" case $prev in '-c') + local IFS=$'\n' compopt -o filenames COMPREPLY=( $(compgen -f -- $cur) ) return 0 diff -up util-linux-2.23.2/bash-completion/colcrt.kzak util-linux-2.23.2/bash-completion/colcrt --- util-linux-2.23.2/bash-completion/colcrt.kzak 2013-06-13 09:46:10.342649955 +0200 +++ util-linux-2.23.2/bash-completion/colcrt 2014-01-13 12:15:46.545060095 +0100 @@ -19,6 +19,7 @@ _colcrt_module() return 0 ;; esac + local IFS=$'\n' compopt -o filenames COMPREPLY=( $(compgen -f -- $cur) ) return 0 diff -up util-linux-2.23.2/bash-completion/column.kzak util-linux-2.23.2/bash-completion/column --- util-linux-2.23.2/bash-completion/column.kzak 2013-06-13 09:46:10.343649963 +0200 +++ util-linux-2.23.2/bash-completion/column 2014-01-13 12:15:46.545060095 +0100 @@ -30,6 +30,7 @@ _column_module() return 0 ;; esac + local IFS=$'\n' compopt -o filenames COMPREPLY=( $(compgen -f -- $cur) ) return 0 diff -up util-linux-2.23.2/bash-completion/cytune.kzak util-linux-2.23.2/bash-completion/cytune --- util-linux-2.23.2/bash-completion/cytune.kzak 2013-06-13 09:46:10.344649972 +0200 +++ util-linux-2.23.2/bash-completion/cytune 2014-01-13 12:15:46.545060095 +0100 @@ -33,6 +33,7 @@ _cytune_module() return 0 ;; esac + local IFS=$'\n' compopt -o filenames COMPREPLY=( $(compgen -f -- ${cur:-"/dev/tty"}) ) return 0 diff -up util-linux-2.23.2/bash-completion/dmesg.kzak util-linux-2.23.2/bash-completion/dmesg --- util-linux-2.23.2/bash-completion/dmesg.kzak 2013-06-13 09:46:10.345649980 +0200 +++ util-linux-2.23.2/bash-completion/dmesg 2014-01-13 12:15:46.545060095 +0100 @@ -6,6 +6,7 @@ _dmesg_module() prev="${COMP_WORDS[COMP_CWORD-1]}" case $prev in '-F'|'--file') + local IFS=$'\n' compopt -o filenames COMPREPLY=( $(compgen -f -- $cur) ) return 0 diff -up util-linux-2.23.2/bash-completion/fallocate.kzak util-linux-2.23.2/bash-completion/fallocate --- util-linux-2.23.2/bash-completion/fallocate.kzak 2013-06-13 09:46:10.345649980 +0200 +++ util-linux-2.23.2/bash-completion/fallocate 2014-01-13 12:15:46.545060095 +0100 @@ -20,6 +20,7 @@ _fallocate_module() return 0 ;; esac + local IFS=$'\n' compopt -o filenames COMPREPLY=( $(compgen -f -- $cur) ) return 0 diff -up util-linux-2.23.2/bash-completion/findmnt.kzak util-linux-2.23.2/bash-completion/findmnt --- util-linux-2.23.2/bash-completion/findmnt.kzak 2013-06-13 09:46:10.347649997 +0200 +++ util-linux-2.23.2/bash-completion/findmnt 2014-01-13 12:15:46.545060095 +0100 @@ -18,6 +18,7 @@ _findmnt_module() return 0 ;; '-F'|'--tab-file') + local IFS=$'\n' compopt -o filenames COMPREPLY=( $(compgen -f -- $cur) ) return 0 diff -up util-linux-2.23.2/bash-completion/flock.kzak util-linux-2.23.2/bash-completion/flock --- util-linux-2.23.2/bash-completion/flock.kzak 2013-06-13 09:46:10.347649997 +0200 +++ util-linux-2.23.2/bash-completion/flock 2014-01-13 12:15:46.545060095 +0100 @@ -38,6 +38,7 @@ _flock_module() return 0 ;; esac + local IFS=$'\n' compopt -o filenames COMPREPLY=( $(compgen -f -- ${cur:-"/"}) ) return 0 diff -up util-linux-2.23.2/bash-completion/fsck.cramfs.kzak util-linux-2.23.2/bash-completion/fsck.cramfs --- util-linux-2.23.2/bash-completion/fsck.cramfs.kzak 2013-06-13 09:46:10.349650015 +0200 +++ util-linux-2.23.2/bash-completion/fsck.cramfs 2014-01-13 12:15:46.545060095 +0100 @@ -6,6 +6,7 @@ _fsck.cramfs_module() prev="${COMP_WORDS[COMP_CWORD-1]}" case $prev in '-x'|'--destination') + local IFS=$'\n' compopt -o filenames COMPREPLY=( $(compgen -o dirnames -- ${cur:-"/"}) ) return 0 diff -up util-linux-2.23.2/bash-completion/hexdump.kzak util-linux-2.23.2/bash-completion/hexdump --- util-linux-2.23.2/bash-completion/hexdump.kzak 2013-07-30 10:39:26.186738042 +0200 +++ util-linux-2.23.2/bash-completion/hexdump 2014-01-13 12:15:46.546060105 +0100 @@ -28,6 +28,7 @@ _hexdump_module() return 0 ;; esac + local IFS=$'\n' compopt -o filenames COMPREPLY=( $(compgen -f -- $cur) ) return 0 diff -up util-linux-2.23.2/bash-completion/hwclock.kzak util-linux-2.23.2/bash-completion/hwclock --- util-linux-2.23.2/bash-completion/hwclock.kzak 2013-06-13 09:46:10.351650032 +0200 +++ util-linux-2.23.2/bash-completion/hwclock 2014-01-13 12:15:46.546060105 +0100 @@ -6,6 +6,7 @@ _hwclock_module() prev="${COMP_WORDS[COMP_CWORD-1]}" case $prev in '-f'|'--rtc'|'--adjfile') + local IFS=$'\n' compopt -o filenames COMPREPLY=( $(compgen -f -- $cur) ) return 0 diff -up util-linux-2.23.2/bash-completion/ionice.kzak util-linux-2.23.2/bash-completion/ionice --- util-linux-2.23.2/bash-completion/ionice.kzak 2013-06-13 09:46:10.352650040 +0200 +++ util-linux-2.23.2/bash-completion/ionice 2014-01-13 12:15:46.546060105 +0100 @@ -30,6 +30,7 @@ _ionice_module() return 0 ;; esac + local IFS=$'\n' compopt -o filenames COMPREPLY=( $(compgen -f -- $cur) ) return 0 diff -up util-linux-2.23.2/bash-completion/last.kzak util-linux-2.23.2/bash-completion/last --- util-linux-2.23.2/bash-completion/last.kzak 2013-06-13 09:46:10.353650049 +0200 +++ util-linux-2.23.2/bash-completion/last 2014-01-13 12:15:46.546060105 +0100 @@ -6,6 +6,7 @@ _last_module() prev="${COMP_WORDS[COMP_CWORD-1]}" case $prev in '-f') + local IFS=$'\n' compopt -o filenames COMPREPLY=( $(compgen -f -- $cur) ) return 0 diff -up util-linux-2.23.2/bash-completion/ldattach.kzak util-linux-2.23.2/bash-completion/ldattach --- util-linux-2.23.2/bash-completion/ldattach.kzak 2013-06-13 09:46:10.355650066 +0200 +++ util-linux-2.23.2/bash-completion/ldattach 2014-01-13 12:15:46.546060105 +0100 @@ -42,6 +42,7 @@ _ldattach_module() return 0 ;; /*) + local IFS=$'\n' compopt -o filenames COMPREPLY=( $(compgen -f -- $cur) ) return 0 diff -up util-linux-2.23.2/bash-completion/logger.kzak util-linux-2.23.2/bash-completion/logger --- util-linux-2.23.2/bash-completion/logger.kzak 2013-06-13 09:46:10.355650066 +0200 +++ util-linux-2.23.2/bash-completion/logger 2014-01-13 12:15:46.546060105 +0100 @@ -6,6 +6,7 @@ _logger_module() prev="${COMP_WORDS[COMP_CWORD-1]}" case $prev in '-f'|'--file') + local IFS=$'\n' compopt -o filenames COMPREPLY=( $(compgen -f -- $cur) ) return 0 diff -up util-linux-2.23.2/bash-completion/look.kzak util-linux-2.23.2/bash-completion/look --- util-linux-2.23.2/bash-completion/look.kzak 2013-06-13 09:46:10.355650066 +0200 +++ util-linux-2.23.2/bash-completion/look 2014-01-13 12:15:46.546060105 +0100 @@ -20,6 +20,7 @@ _look_module() return 0 ;; esac + local IFS=$'\n' compopt -o filenames COMPREPLY=( $(compgen -f -- $cur) ) return 0 diff -up util-linux-2.23.2/bash-completion/losetup.kzak util-linux-2.23.2/bash-completion/losetup --- util-linux-2.23.2/bash-completion/losetup.kzak 2013-06-13 09:46:10.356650074 +0200 +++ util-linux-2.23.2/bash-completion/losetup 2014-01-13 12:15:46.546060105 +0100 @@ -60,6 +60,7 @@ _losetup_module() return 0 ;; esac + local IFS=$'\n' compopt -o filenames COMPREPLY=( $(compgen -f -- $cur) ) return 0 diff -up util-linux-2.23.2/bash-completion/lscpu.kzak util-linux-2.23.2/bash-completion/lscpu --- util-linux-2.23.2/bash-completion/lscpu.kzak 2013-07-30 10:39:26.187738051 +0200 +++ util-linux-2.23.2/bash-completion/lscpu 2014-01-13 12:15:46.546060105 +0100 @@ -41,6 +41,7 @@ _lscpu_module() return 0 ;; esac + local IFS=$'\n' compopt -o filenames COMPREPLY=( $(compgen -f -- $cur) ) return 0 diff -up util-linux-2.23.2/bash-completion/lslocks.kzak util-linux-2.23.2/bash-completion/lslocks --- util-linux-2.23.2/bash-completion/lslocks.kzak 2013-06-13 09:46:10.357650083 +0200 +++ util-linux-2.23.2/bash-completion/lslocks 2014-01-13 12:15:46.546060105 +0100 @@ -38,6 +38,7 @@ _lslocks_module() return 0 ;; esac + local IFS=$'\n' compopt -o filenames COMPREPLY=( $(compgen -f -- $cur) ) return 0 diff -up util-linux-2.23.2/bash-completion/mcookie.kzak util-linux-2.23.2/bash-completion/mcookie --- util-linux-2.23.2/bash-completion/mcookie.kzak 2013-06-13 09:46:10.357650083 +0200 +++ util-linux-2.23.2/bash-completion/mcookie 2014-01-13 12:15:46.546060105 +0100 @@ -6,6 +6,7 @@ _mcookie_module() prev="${COMP_WORDS[COMP_CWORD-1]}" case $prev in '-f'|'--file') + local IFS=$'\n' compopt -o filenames COMPREPLY=( $(compgen -f -- $cur) ) return 0 diff -up util-linux-2.23.2/bash-completion/mkfs.cramfs.kzak util-linux-2.23.2/bash-completion/mkfs.cramfs --- util-linux-2.23.2/bash-completion/mkfs.cramfs.kzak 2013-06-13 09:46:10.358650092 +0200 +++ util-linux-2.23.2/bash-completion/mkfs.cramfs 2014-01-13 12:15:46.546060105 +0100 @@ -36,6 +36,7 @@ _mkfs.cramfs_module() return 0 ;; esac + local IFS=$'\n' compopt -o filenames COMPREPLY=( $(compgen -f -- $cur) ) return 0 diff -up util-linux-2.23.2/bash-completion/mkswap.kzak util-linux-2.23.2/bash-completion/mkswap --- util-linux-2.23.2/bash-completion/mkswap.kzak 2013-06-13 09:46:10.359650100 +0200 +++ util-linux-2.23.2/bash-completion/mkswap 2014-01-13 12:15:46.546060105 +0100 @@ -28,6 +28,7 @@ _mkswap_module() return 0 ;; esac + local IFS=$'\n' compopt -o filenames COMPREPLY=( $(compgen -f -- $cur) ) return 0 diff -up util-linux-2.23.2/bash-completion/more.kzak util-linux-2.23.2/bash-completion/more --- util-linux-2.23.2/bash-completion/more.kzak 2013-06-13 09:46:10.360650109 +0200 +++ util-linux-2.23.2/bash-completion/more 2014-01-13 12:15:46.546060105 +0100 @@ -21,6 +21,8 @@ _more_module() return 0 ;; esac + + local IFS=$'\n' compopt -o filenames COMPREPLY=( $(compgen -f -- $cur) ) return 0 diff -up util-linux-2.23.2/bash-completion/mountpoint.kzak util-linux-2.23.2/bash-completion/mountpoint --- util-linux-2.23.2/bash-completion/mountpoint.kzak 2013-06-13 09:46:10.360650109 +0200 +++ util-linux-2.23.2/bash-completion/mountpoint 2014-01-13 12:15:53.664132964 +0100 @@ -20,6 +20,7 @@ _mountpoint_module() return 0 ;; esac + local IFS=$'\n' compopt -o filenames COMPREPLY=( $(compgen -f -- ${cur:-"/"}) ) return 0 diff -up util-linux-2.23.2/bash-completion/namei.kzak util-linux-2.23.2/bash-completion/namei --- util-linux-2.23.2/bash-completion/namei.kzak 2013-06-13 09:46:10.360650109 +0200 +++ util-linux-2.23.2/bash-completion/namei 2014-01-13 12:15:53.664132964 +0100 @@ -16,6 +16,7 @@ _namei_module() return 0 ;; esac + local IFS=$'\n' compopt -o filenames COMPREPLY=( $(compgen -f -- $cur) ) return 0 diff -up util-linux-2.23.2/bash-completion/nsenter.kzak util-linux-2.23.2/bash-completion/nsenter --- util-linux-2.23.2/bash-completion/nsenter.kzak 2013-06-13 09:46:10.361650117 +0200 +++ util-linux-2.23.2/bash-completion/nsenter 2014-01-13 12:15:53.664132964 +0100 @@ -40,6 +40,7 @@ _nsenter_module() return 0 ;; esac + local IFS=$'\n' compopt -o filenames COMPREPLY=( $(compgen -f -- $cur) ) return 0 diff -up util-linux-2.23.2/bash-completion/pg.kzak util-linux-2.23.2/bash-completion/pg --- util-linux-2.23.2/bash-completion/pg.kzak 2013-06-13 09:46:10.362650126 +0200 +++ util-linux-2.23.2/bash-completion/pg 2014-01-13 12:15:53.664132964 +0100 @@ -25,6 +25,7 @@ _pg_module() return 0 ;; esac + local IFS=$'\n' compopt -o filenames COMPREPLY=( $(compgen -f -- $cur) ) return 0 diff -up util-linux-2.23.2/bash-completion/pivot_root.kzak util-linux-2.23.2/bash-completion/pivot_root --- util-linux-2.23.2/bash-completion/pivot_root.kzak 2013-06-13 09:46:10.362650126 +0200 +++ util-linux-2.23.2/bash-completion/pivot_root 2014-01-13 12:15:53.664132964 +0100 @@ -11,6 +11,7 @@ _pivot_root_module() esac case $COMP_CWORD in 1|2) + local IFS=$'\n' compopt -o filenames COMPREPLY=( $(compgen -o dirnames -- ${cur:-"/"}) ) ;; diff -up util-linux-2.23.2/bash-completion/readprofile.kzak util-linux-2.23.2/bash-completion/readprofile --- util-linux-2.23.2/bash-completion/readprofile.kzak 2013-06-13 09:46:10.363650134 +0200 +++ util-linux-2.23.2/bash-completion/readprofile 2014-01-13 12:15:53.664132964 +0100 @@ -6,6 +6,7 @@ _readprofile_module() prev="${COMP_WORDS[COMP_CWORD-1]}" case $prev in '-m'|'--mapfile'|'-p'|'--profile') + local IFS=$'\n' compopt -o filenames COMPREPLY=( $(compgen -f -- $cur) ) return 0 diff -up util-linux-2.23.2/bash-completion/rename.kzak util-linux-2.23.2/bash-completion/rename --- util-linux-2.23.2/bash-completion/rename.kzak 2013-06-13 09:46:10.364650143 +0200 +++ util-linux-2.23.2/bash-completion/rename 2014-01-13 12:15:53.664132964 +0100 @@ -24,6 +24,7 @@ _rename_module() COMPREPLY=( $(compgen -W "replacement" -- $cur) ) ;; *) + local IFS=$'\n' compopt -o filenames COMPREPLY=( $(compgen -f -- $cur) ) ;; diff -up util-linux-2.23.2/bash-completion/rev.kzak util-linux-2.23.2/bash-completion/rev --- util-linux-2.23.2/bash-completion/rev.kzak 2013-06-13 09:46:10.365650151 +0200 +++ util-linux-2.23.2/bash-completion/rev 2014-01-13 12:15:53.665132974 +0100 @@ -16,6 +16,7 @@ _rev_module() return 0 ;; esac + local IFS=$'\n' compopt -o filenames COMPREPLY=( $(compgen -f -- $cur) ) return 0 diff -up util-linux-2.23.2/bash-completion/script.kzak util-linux-2.23.2/bash-completion/script --- util-linux-2.23.2/bash-completion/script.kzak 2013-06-13 09:46:10.365650151 +0200 +++ util-linux-2.23.2/bash-completion/script 2014-01-13 12:15:53.665132974 +0100 @@ -32,6 +32,7 @@ _script_module() return 0 ;; esac + local IFS=$'\n' compopt -o filenames COMPREPLY=( $(compgen -f -- $cur) ) return 0 diff -up util-linux-2.23.2/bash-completion/scriptreplay.kzak util-linux-2.23.2/bash-completion/scriptreplay --- util-linux-2.23.2/bash-completion/scriptreplay.kzak 2013-06-13 09:46:10.366650160 +0200 +++ util-linux-2.23.2/bash-completion/scriptreplay 2014-01-13 12:15:53.665132974 +0100 @@ -24,6 +24,7 @@ _scriptreplay_module() return 0 ;; esac + local IFS=$'\n' compopt -o filenames COMPREPLY=( $(compgen -f -- $cur) ) return 0 diff -up util-linux-2.23.2/bash-completion/setterm.kzak util-linux-2.23.2/bash-completion/setterm --- util-linux-2.23.2/bash-completion/setterm.kzak 2013-06-13 09:46:10.367650169 +0200 +++ util-linux-2.23.2/bash-completion/setterm 2014-01-13 12:15:53.665132974 +0100 @@ -45,6 +45,7 @@ _setterm_module() return 0 ;; '-file') + local IFS=$'\n' compopt -o filenames COMPREPLY=( $(compgen -f -- $cur) ) return 0 diff -up util-linux-2.23.2/bash-completion/sfdisk.kzak util-linux-2.23.2/bash-completion/sfdisk --- util-linux-2.23.2/bash-completion/sfdisk.kzak 2013-06-13 09:46:10.367650169 +0200 +++ util-linux-2.23.2/bash-completion/sfdisk 2014-01-13 12:15:53.665132974 +0100 @@ -14,6 +14,7 @@ _sfdisk_module() return 0 ;; '-O'|'-I') + local IFS=$'\n' compopt -o filenames COMPREPLY=( $(compgen -f -- $cur) ) return 0 diff -up util-linux-2.23.2/bash-completion/su.kzak util-linux-2.23.2/bash-completion/su --- util-linux-2.23.2/bash-completion/su.kzak 2013-06-13 09:46:10.368650177 +0200 +++ util-linux-2.23.2/bash-completion/su 2014-01-13 12:15:53.665132974 +0100 @@ -38,6 +38,7 @@ _su_module() return 0 ;; esac + local IFS=$'\n' compopt -o filenames COMPREPLY=( $(compgen -f -- $cur) ) return 0 diff -up util-linux-2.23.2/bash-completion/swaplabel.kzak util-linux-2.23.2/bash-completion/swaplabel --- util-linux-2.23.2/bash-completion/swaplabel.kzak 2013-06-13 09:46:10.368650177 +0200 +++ util-linux-2.23.2/bash-completion/swaplabel 2014-01-13 12:15:53.665132974 +0100 @@ -24,6 +24,7 @@ _swaplabel_module() return 0 ;; esac + local IFS=$'\n' compopt -o filenames COMPREPLY=( $(compgen -f -- $cur) ) return 0 diff -up util-linux-2.23.2/bash-completion/tailf.kzak util-linux-2.23.2/bash-completion/tailf --- util-linux-2.23.2/bash-completion/tailf.kzak 2013-06-13 09:46:10.369650186 +0200 +++ util-linux-2.23.2/bash-completion/tailf 2014-01-13 12:15:53.665132974 +0100 @@ -20,6 +20,7 @@ _tailf_module() return 0 ;; esac + local IFS=$'\n' compopt -o filenames COMPREPLY=( $(compgen -f -- $cur) ) return 0 diff -up util-linux-2.23.2/bash-completion/tunelp.kzak util-linux-2.23.2/bash-completion/tunelp --- util-linux-2.23.2/bash-completion/tunelp.kzak 2013-06-13 09:46:10.370650194 +0200 +++ util-linux-2.23.2/bash-completion/tunelp 2014-01-13 12:15:53.665132974 +0100 @@ -44,6 +44,7 @@ _tunelp_module() return 0 ;; esac + local IFS=$'\n' compopt -o filenames COMPREPLY=( $(compgen -f -- ${cur:-"/dev/lp"}) ) return 0 diff -up util-linux-2.23.2/bash-completion/ul.kzak util-linux-2.23.2/bash-completion/ul --- util-linux-2.23.2/bash-completion/ul.kzak 2013-06-13 09:46:10.370650194 +0200 +++ util-linux-2.23.2/bash-completion/ul 2014-01-13 12:15:53.665132974 +0100 @@ -25,6 +25,7 @@ _ul_module() return 0 ;; esac + local IFS=$'\n' compopt -o filenames COMPREPLY=( $(compgen -f -- $cur) ) return 0 diff -up util-linux-2.23.2/bash-completion/utmpdump.kzak util-linux-2.23.2/bash-completion/utmpdump --- util-linux-2.23.2/bash-completion/utmpdump.kzak 2013-07-30 10:39:26.187738051 +0200 +++ util-linux-2.23.2/bash-completion/utmpdump 2014-01-13 12:15:53.665132974 +0100 @@ -16,6 +16,7 @@ _utmpdump_module() return 0 ;; esac + local IFS=$'\n' compopt -o filenames COMPREPLY=( $(compgen -f -- $cur) ) return 0 diff -up util-linux-2.23.2/bash-completion/uuidd.kzak util-linux-2.23.2/bash-completion/uuidd --- util-linux-2.23.2/bash-completion/uuidd.kzak 2013-06-13 09:46:10.371650203 +0200 +++ util-linux-2.23.2/bash-completion/uuidd 2014-01-13 12:15:53.665132974 +0100 @@ -6,16 +6,19 @@ _uuidd_module() prev="${COMP_WORDS[COMP_CWORD-1]}" case $prev in '-p'|'--pid'|'-s'|'--socket') + local IFS=$'\n' compopt -o filenames COMPREPLY=( $(compgen -f -- $cur) ) return 0 ;; '-T'|'--timeout') + local IFS=$'\n' compopt -o filenames COMPREPLY=( $(compgen -W "timeout" -- $cur) ) return 0 ;; '-n'|'--uuids') + local IFS=$'\n' compopt -o filenames COMPREPLY=( $(compgen -W "number" -- $cur) ) return 0 diff -up util-linux-2.23.2/bash-completion/wall.kzak util-linux-2.23.2/bash-completion/wall --- util-linux-2.23.2/bash-completion/wall.kzak 2013-06-13 09:46:10.371650203 +0200 +++ util-linux-2.23.2/bash-completion/wall 2014-01-13 12:15:53.666132984 +0100 @@ -20,6 +20,7 @@ _wall_module() return 0 ;; esac + local IFS=$'\n' compopt -o filenames COMPREPLY=( $(compgen -f -- $cur) ) return 0 diff -up util-linux-2.23.2/bash-completion/wdctl.kzak util-linux-2.23.2/bash-completion/wdctl --- util-linux-2.23.2/bash-completion/wdctl.kzak 2013-06-13 09:46:10.372650211 +0200 +++ util-linux-2.23.2/bash-completion/wdctl 2014-01-13 12:15:53.666132984 +0100 @@ -56,6 +56,7 @@ _wdctl_module() return 0 ;; esac + local IFS=$'\n' compopt -o filenames COMPREPLY=( $(compgen -f -- ${cur:-"/dev/"}) ) return 0 diff -up util-linux-2.23.2/bash-completion/whereis.kzak util-linux-2.23.2/bash-completion/whereis --- util-linux-2.23.2/bash-completion/whereis.kzak 2013-06-13 09:46:10.372650211 +0200 +++ util-linux-2.23.2/bash-completion/whereis 2014-01-13 12:15:53.666132984 +0100 @@ -6,6 +6,7 @@ _whereis_module() prev="${COMP_WORDS[COMP_CWORD-1]}" case $prev in '-B'|'-M'|'-S') + local IFS=$'\n' compopt -o filenames COMPREPLY=( $(compgen -o dirnames -- ${cur:-"/"}) ) return 0