Re: shell: dash - large file support

2015-07-27 Thread Herbert Xu
Jilles Tjoelker wrote: > > However, using a non-largefile stat() or lstat() is always wrong, since > the inode number may not fit in a non-largefile ino_t. This happens in > various cases: test -ef/-nt/-ot, finding a dot script (. special > builtin) and some related to the current directory. > >

Re: Ignored alias inside for loop

2015-07-27 Thread Seb
On Sun, Jul 26, 2015 at 04:09:12PM +, Rusty Bird wrote: Hello, > > Using a function instead of an alias, or using eval will do what > > you want. > > Do you mean replacing the line with: eval "alias foobarbaz='echo ok'" > That doesn't seem to work either (in dash or bash). In this case, whe