Bug#922657: Misfires when variable is put in a string

2019-03-10 Thread Gabriel F. T. Gomes
On Sun, Mar 10 2019, Gabriel F. T. Gomes wrote: > > It only adds the backslash to unset variables, but not when the variable > is set, for instance: > > zless /usr/share/$PATH/ > > does nothing, whereas > > zless /usr/share/$ASDF/ > zless /usr/share/\$ASDF/ > > causes the problem you des

Bug#922657: Misfires when variable is put in a string

2019-03-10 Thread Gabriel F. T. Gomes
Control: tags -1 + confirmed upstream On Tue, Feb 19 2019, 積丹尼 Dan Jacobson wrote: > > $ set apt-show-versions > $ zless /usr/share/doc/$@/ch > $ zless /usr/share/doc/$@/ch > chromium chromium-common chromium-sandbox chromium-shell > $ zless /usr/share/doc/\$@/chromium The backslash

Bug#922657: Misfires when variable is put in a string

2019-02-18 Thread 積丹尼 Dan Jacobson
Package: bash-completion Version: 1:2.8-5 $ set apt-show-versions $ zless /usr/share/doc/$@/ch $ zless /usr/share/doc/$@/ch chromium chromium-common chromium-sandbox chromium-shell $ zless /usr/share/doc/\$@/chromium Huh? OK, now shortening the last string sitting on my terminal, and