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

Bug in `print -c' with handling of embedded NULs?



This happens in 4.1.0-dev-6 and 4.0.6:

schaefer<527> print -c *
BUILD               Functions           config.h            config.status
Completion          Makefile            config.h.in         stamp-h
Config              Src                 config.log          stamp-h.in
Doc                 Test                config.modules
Etc                 config.cache        config.modules.sav
schaefer<528> print "$(print -N *)" 
BUILDCompletionConfigDocEtcFunctionsMakefileSrcTestconfig.cacheconfig.hconfig.h.inconfig.logconfig.modulesconfig.modules.savconfig.statusstamp-hstamp-h.in
schaefer<529> print -c "$(print -N *)"
BUILD
schaefer<530> 

-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com

Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net   



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