Hi, in bash I noticed this problem: $ echo foo >=1.2 $ ls =[TAB] # ends up with $ ls =\=1.2 ls: cannot access '==1.2': No such file or directory
Readline should set the line to either $ ls =1.2 or $ ls \=1.2 readline 8.2.010-1 bash 5.2.26(1)-release
Hi, in bash I noticed this problem: $ echo foo >=1.2 $ ls =[TAB] # ends up with $ ls =\=1.2 ls: cannot access '==1.2': No such file or directory
Readline should set the line to either $ ls =1.2 or $ ls \=1.2 readline 8.2.010-1 bash 5.2.26(1)-release