[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Reproducible SIGSEGV in bash 4.2 caused by alias.
From: |
Dan Douglas |
Subject: |
Re: Reproducible SIGSEGV in bash 4.2 caused by alias. |
Date: |
Thu, 10 Oct 2013 22:55:46 -0500 |
User-agent: |
KMail/4.11.2 (Linux/3.11.3-pf; KDE/4.11.2; x86_64; ; ) |
On Thursday, October 10, 2013 11:40:31 PM Piotr Grzybowski wrote:
> 2. a better place for this limit is acctually eval (probably leaving
> alias recursion limit, before Oliver starts playing with it, is also a
> good idea?):
>
Objection! That would break my important aliases.
$ alias exit='eval "$BASH_COMMAND"'
$ alias shutdown='eval $BASH_COMMAND\&{,}'
--
Dan Douglas