Andreas Schwab wrote: > Paolo Bonzini <[EMAIL PROTECTED]> writes: > >> alias line-buffer='preload /t/linebuf.so' > > If you end the alias expansion with a space then the next word is also > expanded as an alias.
Indeed, this does it alias line-buffer='LD_PRELOAD=/t/linebuf.so ' Cool, thanks! Paolo
