Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Aug 2022 01:23:33 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 265746] Can create/cd directory with ^M at end of name with "mkdir", but can't delete it with "rm"
Message-ID:  <bug-265746-227-OUbVb0V6PM@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-265746-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-265746-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D265746

--- Comment #1 from Ed Maste <emaste@freebsd.org> ---
I can't reproduce this here with /bin/sh as my shell:

$ sh bad_shar
x jbxvt
x jbxvt/Makefile
bad_shar: cannot create jbxvt/Makefile: No such file or directory
x jbxvt/distinfo
bad_shar: cannot create jbxvt/distinfo: No such file or directory
x jbxvt/pkg-descr
bad_shar: cannot create jbxvt/pkg-descr: No such file or directory
$ rm -r jbxvt^M/
$ ls jbx*
ls: jbx*: No such file or directory

(name entered as jbx<tab>, but jbxvt<ctrl-V><Enter> works too)

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-265746-227-OUbVb0V6PM>