Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Minor xtrace inaccuracy



In _arguments at line 398 is this:

if [[ "$action" = \ # ]]; then

This is printed by xtrace as:

[[ '' ==  # ]]

The quoting of the space character is lost.

-- 
Barton E. Schaefer



Messages sorted by: Reverse Date, Date, Thread, Author