On 12.05.2013 02:07, Seth Goldberg wrote: > Hi, > > What about the feature environment variable to allow dynamic detection of this enhancement? if eval; then # Use eval else # Don't use eval fi Or if eval true; then # Use eval else # Don't use eval fi