Path: csiph.com!xmission!news.glorb.com!usenet.stanford.edu!not-for-mail From: Neven Sajko Newsgroups: gnu.bash.bug Subject: bash completion escaping bug Date: Mon, 24 Aug 2015 22:01:43 +0200 Lines: 16 Approved: bug-bash@gnu.org Message-ID: NNTP-Posting-Host: lists.gnu.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: usenet.stanford.edu 1440448746 29492 208.118.235.17 (24 Aug 2015 20:39:06 GMT) X-Complaints-To: action@cs.stanford.edu To: bug-bash@gnu.org Envelope-to: bug-bash@gnu.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=UcmyzXahfZjXi3UasSy7PApwLoGivZKKrFKKpD4m7dA=; b=S2NNm1QVSXTCqHI2ru6X1QHCAKoG0tE/6E4SXNRkCfU/GP9umOdqiWIWh3kSCfKtuQ a6Eltu3NqAN1mUa7h/M5vwQtlAAsgHs8jk83lP62FuHAR85SQgEQwQKvmumveWNmQRXN xlL+NaBR/wzxxxwjDK8ciyDqO6TQ6lCRrieO1iz5nj5ePDZDthGlo4XXifutuU6LJNk2 JkS8CSa0TjSwm1DCRMzkgC5OYOmrgqFD9rWx0FOI80DKvnyGIG8o8ydXGROPtm9TG4dB DpAuiRmFpnWSrXu3Yw+8qdkzRW/g579bsAX4v+bZlYY6nrAYupvh3SCfAoryKVcUA0Bz OnWw== X-Received: by 10.182.219.131 with SMTP id po3mr517980obc.39.1440446503294; Mon, 24 Aug 2015 13:01:43 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4003:c01::236 X-Mailman-Approved-At: Mon, 24 Aug 2015 16:39:05 -0400 X-BeenThere: bug-bash@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports for the GNU Bourne Again SHell List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com gnu.bash.bug:11434 Hi, I use bash 4.3.039 and there is a bug (not necessarily a recent regression) with its file name completion feature. for example I have this in shell input: db.rc $home/Downloads/games/DOS/Captai and after I press Tab I have this: db.rc \$home/Downloads/games/DOS/Captain\ Bible\ in\ the\ Dome\ of\ Darkness.zip Notice the dollar sign which is now erroneously escaped (home is a variable). Regards, Neven Sajko