]> git.ipfire.org Git - thirdparty/util-linux.git/commit - bash-completion/fsck.cramfs
bash-completion: use '\n' as IFS when ask for filenames
authorKarel Zak <kzak@redhat.com>
Mon, 30 Sep 2013 13:49:00 +0000 (15:49 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 30 Sep 2013 13:49:00 +0000 (15:49 +0200)
commitce3e6b15e2c4478b2df9a7016c168b16325abfb0
tree8c85ee4225a6a6a4db7fac0b63445a021b826eb5
parenta1e276ae1560dca9e985ca63f05fccb555d3f0d8
bash-completion: use '\n' as IFS when ask for filenames

The bash completion for more(1) treats the space-separated pieces of
filenames as different files.

$ touch foo\ bar
$ more foo<TAB>
bar foo

Reported-by: Ángel González <ingenit@zoho.com>
Signed-off-by: Karel Zak <kzak@redhat.com>
46 files changed:
bash-completion/blkid
bash-completion/colcrt
bash-completion/column
bash-completion/cytune
bash-completion/dmesg
bash-completion/fallocate
bash-completion/findmnt
bash-completion/flock
bash-completion/fsck.cramfs
bash-completion/hexdump
bash-completion/hwclock
bash-completion/ionice
bash-completion/last
bash-completion/ldattach
bash-completion/logger
bash-completion/look
bash-completion/losetup
bash-completion/lscpu
bash-completion/lslocks
bash-completion/mcookie
bash-completion/mkfs.cramfs
bash-completion/mkswap
bash-completion/more
bash-completion/mount
bash-completion/mountpoint
bash-completion/namei
bash-completion/nsenter
bash-completion/pg
bash-completion/pivot_root
bash-completion/readprofile
bash-completion/rename
bash-completion/rev
bash-completion/script
bash-completion/scriptreplay
bash-completion/setterm
bash-completion/sfdisk
bash-completion/su
bash-completion/swaplabel
bash-completion/tailf
bash-completion/tunelp
bash-completion/ul
bash-completion/utmpdump
bash-completion/uuidd
bash-completion/wall
bash-completion/wdctl
bash-completion/whereis