Re: bash using incorrect block size with limits

2008-06-02 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Roman Rakus on 6/2/2008 7:06 AM: | Maybe already reported bug, but | bash is using 1024 bytes block size, but should be using 512 bytes. I would much rather see sizes as 1k if POSIXLY_CORRECT is not set; in other words, if you patch this

bash using incorrect block size with limits

2008-06-02 Thread Roman Rakus
Maybe already reported bug, but bash is using 1024 bytes block size, but should be using 512 bytes. I'm including my easy patch. diff -up bash-3.2/builtins/ulimit.def.blocksize bash-3.2/builtins/ulimit.def --- bash-3.2/builtins/ulimit.def.blocksize 2008-06-02 14:59:38.0 +0200 +++ bash-3.2