[Bug 14306] New: ash: incorrect tilde expansion
bugzilla at busybox.net
bugzilla at busybox.net
Mon Nov 1 17:32:57 UTC 2021
https://bugs.busybox.net/show_bug.cgi?id=14306
Bug ID: 14306
Summary: ash: incorrect tilde expansion
Product: Busybox
Version: 1.33.x
Hardware: All
OS: Linux
Status: NEW
Severity: normal
Priority: P5
Component: Standard Compliance
Assignee: unassigned at busybox.net
Reporter: dg+busybox at atufi.org
CC: busybox-cvs at busybox.net
Target Milestone: ---
On busybox 1.33.1, tilde expansion incorrectly alters words when the
tilde-prefix matches no valid login name (note the missing ending slash):
$ ash -c 'echo ~~nouser/'
~~nouser
$ bash -c 'echo ~~nouser/'
~~nouser/
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the busybox-cvs
mailing list