Package: mount
Version: 2.33.1-0.1
Severity: minor

Dear Maintainer,

umount's Bash tab completion doesn't escape spaces in mount points, so
I have to manually escape them.

For example, if the mount point is
`/media/kraai/Seagate Backup Plus Drive` and I type `umount /media`
and then press tab, it is expanded to

```
umount /media/kraai/Seagate Backup Plus Drive
```

I would like it to be expanded to

```
umount /media/kraai/Seagate\ Backup\ Plus\ Drive
```

This is how the tab completion for `cd` escapes the spaces.

-- System Information:
Debian Release: buster/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 4.19.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages mount depends on:
ii  libblkid1      2.33.1-0.1
ii  libc6          2.28-8
ii  libmount1      2.33.1-0.1
ii  libselinux1    2.8-1+b1
ii  libsmartcols1  2.33.1-0.1
ii  util-linux     2.33.1-0.1

mount recommends no packages.

Versions of packages mount suggests:
pn  nfs-common  <none>

-- no debconf information

Reply via email to