Path: csiph.com!goblin1!goblin.stu.neva.ru!usenet.stanford.edu!not-for-mail From: Jason Tyler Newsgroups: gnu.bash.bug Subject: TAB completion of filenames beginning with colon is broken Date: Thu, 13 Jun 2019 16:56:40 +1000 Lines: 21 Approved: bug-bash@gnu.org Message-ID: References: NNTP-Posting-Host: lists.gnu.org Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" X-Trace: usenet.stanford.edu 1560440936 5107 209.51.188.17 (13 Jun 2019 15:48:56 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=20161025; h=mime-version:from:date:message-id:subject:to; bh=G04j7J24FL8sRl8rpPGOkaof0VKCtum6Kyo+4F7p/qk=; b=jf5P0mwoATCpikUAhszn/xhcDQzU9RoxRkT2vnHfD786rjI7Y+S8ET3I3Tn/igZvjf PLbt2pvph4Eh4TUKU0f4JAI0Ku+kuTmhE91/dQdx7RdyBOuzow4WJK4Ue3AtCLRgohxC boIu+vPzQkomO2R6G0q/1D0F5h7ahsQPfkstuH1dA6rPJWZxnJe1A6MbReNLK7BJ5pWD xvBUf2j+tFrI3RAD5uepTKEiovQFAzOYaRvTLxWGSQ+pW52++89L/yHRB9g3ojvFHBDY r6mu72/ruFnzCOjbx5sz5yNVuy8SPUIZw04akLP1q0BzgKlChHoasVkz4FSYl2OqhpLc mPUA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=G04j7J24FL8sRl8rpPGOkaof0VKCtum6Kyo+4F7p/qk=; b=siIPrvi/ufYHp9nzu468kIpe3h/5Nj+jOGx3AdL4JPyq9diuvvNwYNueYXVDPWWRjA 9btbjWvGCd67jPNRec1V0IZlBt+GyWTGSSdFeqvHcWrpJlOvBikyg+nAztm577ibxDxu brivGv5CPfLmvTuBeesZwSdTZwZXpCQZ4mC5sxErTwrjn8j0gasj4JGISIGBKGO63T3n /zSjruNfWyIHLIKwSduRKGE+zqt7nNhrhX+NjeUgkJrGBcPpPzzx9NJwUDuBpf8jbF0l xNODMVsOT5HWn82XLIHicJfyvhJ4wa7SnoFUWzIeaJ0mjyE+GGjUujKjhHTunPZc9nGK 6qKQ== X-Gm-Message-State: APjAAAWbDfydNPyGeWDq1aM6wuoC0J5n5AFyv5gGAjHLpAL/zi9+ovhP Xfb5oRwQm4MFSq0nml+MW90F3I0u+nZqIJ0TmBx+NgEJkJc= X-Google-Smtp-Source: APXvYqxmlSWxejNzcqssq0Tzg32eBQ0oV6TRGi3iMt5y12apZ1PQEQKSLuCxO1J+tU5vTRz4VnQJSckcQNh7GopU42E= X-Received: by 2002:a1c:eb0a:: with SMTP id j10mr2431366wmh.1.1560409011335; Wed, 12 Jun 2019 23:56:51 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2a00:1450:4864:20::32f X-Mailman-Approved-At: Thu, 13 Jun 2019 11:43:16 -0400 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: bug-bash@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Bug reports for the GNU Bourne Again SHell List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Mailman-Original-Message-ID: Xref: csiph.com gnu.bash.bug:15045 Configuration Information [Automatically generated, do not change]: Machine: x86_64 OS: linux-gnu Compiler: gcc Compilation CFLAGS: -g -O2 -fdebug-prefix-map=/build/bash-LQgi2O/bash-5.0=. -fstack-protector-strong -Wform$ uname output: Linux jpt 5.0.0-16-generic #17-Ubuntu SMP Wed May 15 10:52:21 UTC 2019 x86_64 x86_64 x86_64 G$ Machine Type: x86_64-pc-linux-gnu Bash Version: 5.0 Patch Level: 3 Release Status: release Description: if a filename begins with ":", then tab completion will turn the colon into ":\:" Repeat-By: touch ./: type "ls :" to have the command completed to "ls :\:"