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

[bug] wrong xtrace output with ARGV0=arg0 cmd



Consider this reproducer:

$ zsh -c 'set -x; ARGV0=foo /bin/echo x'
+zsh:1> ARGV0=foo foo x
x

Expected:

+zsh:1> ARGV0=foo /bin/echo x

-- 
Stephane




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